← Back to team overview

duplicity-team team mailing list archive

Re: [Question #259173]: rsync backend fails

 

Question #259173 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/259173

edso proposed the following answer:
please try editing
 duplicity/backend.py
of your installation.

around line 75 you'll see

uses_netloc = ['ftp',
               'ftps',
               'hsi',
               's3',
               'scp', 'ssh', 'sftp',
               'webdav', 'webdavs',
               'gdocs',
               'http', 'https',
               'imap', 'imaps',
               'mega',
               'copy']

add 'rsync' to the list array and rerun your command.


does that work?.. ede

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.