duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #03413
Re: [Question #287438]: ERROR 30 AssertionError
Question #287438 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/287438
Status: Answered => Open
Singpolyma is still having a problem:
$ duplicity --version
duplicity 0.7.06
$ PASSPHRASE= duplicity cleanup --force --verbosity=8 --asynchronous-
upload --hidden-encrypt-key E53D6503 --exclude /home/lisette/Private
--exclude /home/lisette/.cache/mozilla --name weber-ds --log-file
/home/lisette/.duplicity.log par2+rsync://weber-
ds.local//volume1/homes/lisette/badwolf
Using archive dir: /home/lisette/.cache/duplicity/weber-ds
Using backup name: weber-ds
Import of duplicity.backends.azurebackend Succeeded
Import of duplicity.backends.b2backend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.cfbackend Succeeded
Import of duplicity.backends.copycombackend Succeeded
Import of duplicity.backends.dpbxbackend Succeeded
Import of duplicity.backends.gdocsbackend Succeeded
Import of duplicity.backends.giobackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.hubicbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.lftpbackend Succeeded
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.megabackend Succeeded
Import of duplicity.backends.multibackend Succeeded
Import of duplicity.backends.ncftpbackend Succeeded
Import of duplicity.backends.onedrivebackend Succeeded
Import of duplicity.backends.par2backend Succeeded
Import of duplicity.backends.pydrivebackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.ssh_paramiko_backend Succeeded
Import of duplicity.backends.ssh_pexpect_backend Succeeded
Import of duplicity.backends.swiftbackend Succeeded
Import of duplicity.backends.sxbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Main action: cleanup
================================================================================
duplicity 0.7.06 ($reldate)
Args: /usr/bin/duplicity cleanup --force --verbosity=8 --asynchronous-upload --hidden-encrypt-key E53D6503 --exclude /home/lisette/Private --exclude /home/lisette/.cache/mozilla --name weber-ds --log-file /home/lisette/.duplicity.log par2+rsync://weber-ds.local//volume1/homes/lisette/badwolf
Linux badwolf 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64
/usr/bin/python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2]
================================================================================
Reading results of 'rsync -e 'ssh -oBatchMode=yes' weber-ds.local:/volume1/homes/lisette/badwolf/'
Local and Remote metadata are synchronized, no sync needed.
Reading results of 'rsync -e 'ssh -oBatchMode=yes' weber-ds.local:/volume1/homes/lisette/badwolf/'
Using temporary directory /tmp/duplicity-Sc6GUU-tempdir
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1532, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1526, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1380, in main
do_backup(action)
File "/usr/bin/duplicity", line 1405, in do_backup
globals.archive_dir).set_values()
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 710, in set_values
self.get_backup_chains(partials + backend_filename_list)
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 835, in get_backup_chains
add_to_sets(f)
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 823, in add_to_sets
if set.add_filename(filename):
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 101, in add_filename
self.set_manifest(filename)
File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 136, in set_manifest
remote_filename)
AssertionError: ('duplicity-inc.20160215T140628Z.to.20160216T135619Z.manifest.part', 'duplicity-inc.20160215T140628Z.to.20160216T135619Z.manifest.gpg')
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.