no backup unknown error

Asked by Carlos Lastra

Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1262, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1255, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1160, in main
    globals.archive_dir).set_values()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 676, in set_values
    self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 799, in get_backup_chains
    map(add_to_sets, filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 789, in add_to_sets
    if set.add_filename(filename):
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 89, in add_filename
    self.set_manifest(filename)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 118, in set_manifest
    remote_filename)
AssertionError: ('duplicity-full.20110624T132633Z.manifest.gpg', 'duplicity-full.20110624T132633Z.manifest')

Question information

Language:
English Edit question
Status:
Solved
For:
Déjà Dup Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Terry
Solved:
Last query:
Last reply:
Revision history for this message
Carlos Lastra (carloselastra) said :
#1

when deja dup began to run shows the message: fail with unknown error. If i try to restore it shows the same message. After that it appearrs the next:
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1262, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity", line 1255, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 1160, in main
    globals.archive_dir).set_values()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 676, in set_values
    self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 799, in get_backup_chains
    map(add_to_sets, filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 789, in add_to_sets
    if set.add_filename(filename):
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 89, in add_filename
    self.set_manifest(filename)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 118, in set_manifest
    remote_filename)
AssertionError: ('duplicity-full.20110624T132633Z.manifest.gpg', 'duplicity-full.20110624T132633Z.manifest')

Revision history for this message
Best Michael Terry (mterry) said :
#2

What version of deja-dup?

It seems you have both an encrypted and unencrypted version of the same file ('duplicity-full.20110624T132633Z.manifest' and a version with the suffix '.gpg').

Do you have any idea how you might have gotten both? Try deleting the one that shouldn't exist and try backing up again.

Revision history for this message
Carlos Lastra (carloselastra) said :
#3

Mr. Terry:
Thank you. Your opportune help let me got a new backup without any other incident. I had forgotten the file that should't exist while i was exploring the encryption system. My regrets.
On the other hand, the DD version i've got is 18.1.1-Oubuntu1.1 and is running well.
I'll try to avoid new mistakes.Thanks again.