Hello I’m from Brazil! I’m using the fedora 35 distribution and I’m trying to restore my last file backup made to my “EXTERNAL HD”. Before moving to fedora 35 I was using the POP-OS distro and using this program “Deja-Dup” to do the backup. After starting to use fedora 35, the program asked when restoring the files for the password of the last backup it had made. But I didn’t use any password to encrypt my files. I went to test in another distro and ended up coming across this message: “Failed due to an unknown error”.
Searching forum and community. I saw that this “DEJA_DUP_DEBUG=1 deja-dup” gives us more details about the error message. After using it in the terminal, it shows this here at the end:
DUPLICITY: DEBUG 1
DUPLICATE: . Releasing lockfile b’/home/rafaelkoppe/.cache/deja-dup/2dba6852a484bcfb79c6738a51d532aa/lockfile’
DUPLICATE: INFO 1
DUPLICATE: . Using temporary directory /home/rafaelkoppe/.cache/deja-dup/tmp/duplicity-ikavd78h-tempdir
DUPLICITY: ERROR 30 AssertionError
DUPLICATE: . Traceback (innermost last):
DUPLICATE: . File “/usr/bin/duplicity”, line 87, in
DUPLICATE: . with_tempdir(main)
DUPLICATE: . File “/usr/bin/duplicity”, line 70, in with_tempdir
DUPLICATE: . fn()
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_main.py”, line 1577, in main
DUPLICATE: . do_backup(action)
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_main.py”, line 1599, in do_backup
DUPLICATE: . action).set_values()
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_collections.py”, line 750, in set_values
DUPLICATE: . self.get_backup_chains(partials + backend_filename_list)
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_collections.py”, line 877, in get_backup_chains
DUPLICATE: . add_to_sets(f)
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_collections.py”, line 865, in add_to_sets
DUPLICATE: . if set.add_filename(filename, pr):
DUPLICATE: . File “/usr/lib64/python3.10/site-packages/duplicity/dup_collections.py”, line 117, in add_filename
*DUPLICATE: . assert pr.volume_number not in self.volume_name_dict, *
DUPLICATE: . AssertionError: Volume 4 is already in the volume list as “duplicity-full.20220201T144945Z.vol4.difftar”.
DUPLICATE: . “duplicity-full.20220201T144945Z.vol4.difftar.gz” has the same volume number.
DUPLICATE: . Please check your command line and retry.
DUPLICATE: .
Note: if you can help me, I’d appreciate it, because the files that are in backup format on my external hard drive are very important to me.