i'm using duply for years now for doing backups into a gmail account. the old one became full and i switched to a new one and now i get at the end of a full backup run this cryptic error:
Code: Select all
--- Start running command BKP at 12:24:50.924 ---
Ausdruckbasierte Dateiliste wird gelesen /home/alex/.duply/gmail/exclude
Lokale und entfernte Metadaten sind bereits synchron, keine Synchronisierung benötigt.
Letzte vollständige Sicherung: Keine
Letzte vollständige Sicherung ist zu alt, vollständige Sicherung wird erzwungen
Eingestellte PASSPHRASE als SIGN_PASSPHRASE benutzen
Traceback (most recent call last):
File "/usr/bin/duplicity", line 1546, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 1540, in with_tempdir
fn()
File "/usr/bin/duplicity", line 1391, in main
do_backup(action)
File "/usr/bin/duplicity", line 1510, in do_backup
full_backup(col_stats)
File "/usr/bin/duplicity", line 595, in full_backup
col_stats.set_values(sig_chain_warning=None)
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 710, in set_values
self.get_backup_chains(partials + backend_filename_list)
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 836, in get_backup_chains
add_to_sets(f)
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 824, in add_to_sets
if set.add_filename(filename):
File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 105, in add_filename
(self.volume_name_dict, filename)
AssertionError: ({1: 'duplicity-full.20170717T102452Z.vol1.difftar.gpg'}, 'duplicity-full.20170717T102452Z.vol1.difftar.gpg')
13:22:12.685 Task 'BKP' failed with exit code '30'.
--- Finished state FAILED 'code 30' at 13:22:12.685 - Runtime 00:57:21.761 ---
--- Start running command POST at 13:22:12.705 ---
Skipping n/a script '/home/alex/.duply/gmail/post'.
--- Finished state OK at 13:22:12.720 - Runtime 00:00:00.014 ---

