duplicity.config module

Store global configuration information

duplicity.config.dump_dict(config)[source]

returns “pickleable” config as dict.

skips all internal attributes (__var__) and atrributes where pickling failed. Know skipped attributes:

select: <duplicity.selection.Select object at 0x7fafec27a550> lockfile: <fasteners.process_lock.InterProcessLock object at 0x7fafec706290>

duplicity.config.load_dict(config_dict, config)[source]

update config from a dict.