Question #153143 on Duplicity changed: https://answers.launchpad.net/duplicity/+question/153143
edso proposed the following answer: On 02.05.2011 14:16, Matthias Nagl wrote: > Question #153143 on Duplicity changed: > https://answers.launchpad.net/duplicity/+question/153143 > > Matthias Nagl posted a new comment: > Same problem here with 0.6.13: > > ================================================ > > # /usr/bin/duplicity \ > --encrypt-key ${KEYID} \ > --sign-key ${KEYID} \ > --archive-dir /var/cache/duplicity \ > --exclude-globbing-filelist /etc/duplicity/exclude-list.cfg \ > --num-retries 5 \ > / \ > webdav://[email protected]:[email protected]/host/subdir > > Reading globbing filelist /etc/duplicity/exclude-list.cfg > Traceback (most recent call last): > File "/usr/bin/duplicity-2.7", line 1250, in <module> > with_tempdir(main) > File "/usr/bin/duplicity-2.7", line 1243, in with_tempdir > fn() > File "/usr/bin/duplicity-2.7", line 1144, in main > sync_archive() > File "/usr/bin/duplicity-2.7", line 919, in sync_archive > remlist = globals.backend.list() > File > "/usr/lib64/python2.7/site-packages/duplicity/backends/webdavbackend.py", > line 181, in list > log.Info("%s" % (document,)) > UnboundLocalError: local variable 'document' referenced before assignment > > ================================================ > > Is it possibly related to the @ in the user name? > possible, try to use an encoded @ (%40) instead. e.g. user%40alice.de:[email protected]... ede/duply.net -- You received this question notification because you are a member of duplicity-team, which is an answer contact for Duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

