I am currently using duplicity 3.0.4 to backup my files and save them on a network file server.
The backup process appears to be working -- i.e. I can see that backup files are being saved on the file server.
However, when I attempt to restore the backup files, duplicity responds by having python raise an AssertionError.
I even tried backing up the files to another directory on the same computer I'm backing up -- again the backup process appeared
to work, but the restore process crashes.
Can anyone offer any suggestions?
Thanks,
Mark
---------------------------------------------
Note:
I've attached a text file containing the error messages produced when I attempt the restore operation.
There are two sets of error messages contained -- the first set shows the error messages which occur
when I attempt to restore from the file server, and the second set shows the error messages which occur
when I attempt to restore from a local directory.
Also, the computer I'm backing up is running Ubuntu 24.04.02 and the file server is running Ubuntu 16.04.
When backing up the files with duplicity, I've tried using sftp and also ftp -- the backup process appears to work
for both sftp and ftp, but the restore process always crashes, regardless of whether I use sftp or ftp.