New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

duplicity fails to make backup and dumps error in log

Got problems with your B2 or B3? Share and get helped!
Post Reply
on4aa
Posts: 14
Joined: 18 Nov 2009, 14:37

duplicity fails to make backup and dumps error in log

Post by on4aa »

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 ??? :?

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 +
. 
on4aa
Posts: 14
Joined: 18 Nov 2009, 14:37

Re: duplicity fails to make backup and dumps error in log

Post by on4aa »

I have submitted a bug report with duplicity at
https://bugs.launchpad.net/duplicity/+bug/610603

Furthermore, there is a similar and confirmed bug report to be found at deja-dup:
https://bugs.launchpad.net/deja-dup/+bug/545486
on4aa
Posts: 14
Joined: 18 Nov 2009, 14:37

Re: duplicity fails to make backup and dumps error in log

Post by on4aa »

I got duplicity running again by creating a new job under a different name.
Post Reply