Hello, Not sure if this is the same problem :
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1286845/comments/14 line 130, in copy_file log.Info(_("Writing %s") % target.get_parse_name()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128) Running Ubuntu 14.04 recently upgraded from 13.10 where duplicity/déjà- dup worked smoothly. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to duplicity in Ubuntu. https://bugs.launchpad.net/bugs/1050509 Title: Duplicity doesn't handle non-utf8 filenames well Status in “duplicity” package in Ubuntu: Confirmed Bug description: This is a break-out bug from bug 989496. If the user is using a filename encoding that is non-utf8, duplicity doesn't have special support for that. It mixes use of filenames for both printing/logging and for opening. All print/log uses should use a utf8 version of the filename. All actual file operations should use the native encoding. This will likely involve a new field like pretty_name or something on ROPath. I suspect the number of users with non-utf8 systems is low. So I'm setting as low priority. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1050509/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

