duplicity.backends.dpbxbackend module

class duplicity.backends.dpbxbackend.DPBXBackend(parsed_url)[source]

Bases: duplicity.backend.Backend

Connect to remote store using Dr*pB*x service

check_renamed_files(file_list)[source]
load_access_token()[source]
login()[source]
obtain_access_token()[source]
put_file_chunked(source_path, remote_path)[source]
put_file_small(source_path, remote_path)[source]
save_access_token(access_token)[source]
user_authenticated()[source]
duplicity.backends.dpbxbackend.command(login_required=True)[source]

a decorator for handling authentication and exceptions

duplicity.backends.dpbxbackend.log_exception(e)[source]