duplicity-talk
[Top][All Lists]
Advanced

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

[Duplicity-talk] UnicodeDecodeError


From: Alexander Levdonsky
Subject: [Duplicity-talk] UnicodeDecodeError
Date: Sat, 17 Mar 2018 18:05:20 +0300

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

reply via email to

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