duplicity.backends.gdocsbackend module

class duplicity.backends.gdocsbackend.GDocsBackend(parsed_url)[source]

Bases: Backend

Connect to remote store using Google Google Documents List API

BACKUP_DOCUMENT_TYPE = 'application/binary'
ROOT_FOLDER_ID = 'folder%3Aroot'
__init__(parsed_url)[source]
_authorize(email, password, captcha_token=None, captcha_response=None)[source]
_delete(filename)[source]
_fetch_entries(folder_id, type, title=None)[source]
_get(remote_filename, local_path)[source]
_list()[source]
_put(source_path, remote_filename)[source]