duplicity
duplicity copied to clipboard
asertionerror and typeerror
can't be arsed to make a proper bug report at the proper place so ima just dump it here.
Traceback (most recent call last):
File "/usr/bin/duplicity", line 106, in <module>
with_tempdir(main)
File "/usr/bin/duplicity", line 92, in with_tempdir
fn()
File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1538, in main
do_backup(action)
File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 1618, in do_backup
restore(col_stats)
File "/usr/lib/python3/dist-packages/duplicity/dup_main.py", line 723, in restore
if not patchdir.Write_ROPaths(globals.local_path,
File "/usr/lib/python3/dist-packages/duplicity/patchdir.py", line 580, in Write_ROPaths
ITR(ropath.index, ropath)
File "/usr/lib/python3/dist-packages/duplicity/lazy.py", line 365, in __call__
self.process_w_branch(index, branch, args)
File "/usr/lib/python3/dist-packages/duplicity/lazy.py", line 319, in process_w_branch
robust.check_common_error(branch.on_error,
File "/usr/lib/python3/dist-packages/duplicity/robust.py", line 41, in check_common_error
return function(*args)
File "/usr/lib/python3/dist-packages/duplicity/patchdir.py", line 613, in start_process
assert index == (), index
AssertionError: (b'home', b'autoplayer', b'Desktop', b'server minecraft', b'bedwars', b'plugins', b'updater')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 162, in <module>
if u"Forced assertion for testing" in util.uexc(e):
TypeError: argument of type 'NoneType' is not iterable
was restoring a duplicity backup on an exfat drive, from and to that drive, in ubuntu wsl. backup is of an ubuntu rootfs
I have a similar error. Looking in the backup folder, some of the volumes from the first full backup are missing.
Kind of annoying, since the following incremental updates (by Deja Dup) were created without any signs of the backup being broken, and now I can't restore.
Traceback
Traceback (most recent call last): File "/usr/bin/duplicity", line 162, inDuring handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/duplicity", line 162, in