duplicity fails to make backup and dumps error in log
Posted: 27 Jul 2010, 16:09
Hi there,
Since recently, I am experiencing a problem with duplicity.
It fails to make a backup and dumps the following error in its log under /var/log/backup/admin/
BTW, my bubba is running the latest update.
What should I do to get my automated backups running again ???
Since recently, I am experiencing a problem with duplicity.
It fails to make a backup and dumps the following error in its log under /var/log/backup/admin/
BTW, my bubba is running the latest update.
What should I do to get my automated backups running again ???

Code: Select all
NOTICE 1
. Reading globbing filelist /home/admin/.backup/weekly/excludeglob.list
NOTICE 1
. Reading globbing filelist /home/admin/.backup/weekly/includeglob.list
INFO 1
. Using temporary directory /tmp/duplicity-sc4Wlo-tempdir
ERROR 30 TypeError
. Traceback (most recent call last):
. File "/usr/bin/duplicity", line 589, in ?
. with_tempdir(main)
. File "/usr/bin/duplicity", line 582, in with_tempdir
. fn()
. File "/usr/bin/duplicity", line 510, in main
. globals.archive_dir).set_values()
. File "/usr/lib/python2.4/site-packages/duplicity/collections.py", line 557,
in set_values
. self.warn(sig_chain_warning)
. File "/usr/lib/python2.4/site-packages/duplicity/collections.py", line 626,
in warn
. + "\n" + "\n".join(self.other_sig_names),
. TypeError: bad operand type for unary +
.