duplicity.backends.rsyncbackend module

class duplicity.backends.rsyncbackend.RsyncBackend(parsed_url)[source]

Bases: Backend

Connect to remote store using rsync

rsync backend contributed by Sebastian Wilhelmi <seppi@seppi.de> rsyncd auth, alternate port support Copyright 2010 by Edgar Soldin <edgar.soldin@web.de>

__init__(parsed_url)[source]

rsyncBackend initializer

_delete_list(filename_list)[source]
_get(remote_filename, local_path)[source]
_list()[source]
_put(source_path, remote_filename)[source]
get_rsync_path()[source]
over_rsyncd()[source]