duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] UnicodeDecodeError


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] UnicodeDecodeError
Date: Sat, 17 Mar 2018 10:56:57 -0500

Hi,

1. Did you uninstall the repo version of duplicity first?  If not, then 'apt remove duplicity' and reinstall 0.7.17.

2. The message you would have gotten is: 

"Fatal Error: Backup source directory has changed.\n"
                       "Current directory: %s\n"
                       "Previous directory: %s"

    So it looks like you're trying to do something wrong.  Either start a new FULL backup (preferred) or use the option "--allow-source-mismatch".

And yes, there is still a bug, just trying to get past it and get your backup done.

...Ken


On Sat, Mar 17, 2018 at 10:05 AM, Alexander Levdonsky via Duplicity-talk <address@hidden> wrote:
Hello,

Have got UnicodeDecodeError error on incremental backups:
===
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 1521, in do_backup check_last_manifest(col_stats) # not needed for full backup File "/usr/bin/duplicity", line 1222, in check_last_manifest last_backup_set.check_manifests() File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 215, in check_manifests remote_manifest.check_dirinfo() File "/usr/lib/python2.7/dist-packages/duplicity/manifest.py", line 100, in check_dirinfo "Previous directory: %s") % (globals.local_path.name, self.local_dirname) # @UndefinedVariable UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
===

Eror was found on Duplicity 0.7.12-1 (the version from repository) and after update the error reproduced on 0.7.17 version.

Any ideas to eliminate the error?

Thanks,
WBR

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]