Even using the most recent version of the file duplicity/backends/u1backend.py was still with UnicodeDecodeError errors. I noticed that the errors occurred in duplicity/collections.py and decided to add the line:
_ = gettext.lgettext Now I can backup without UnicodeDecodeError errors! Hope this can help. Remembering that I'm in Brazil with Ubuntu 12.04 pt_BR Marcelo Módolo -- https://code.launchpad.net/~mterry/duplicity/u1-utf8/+merge/138275 Your team duplicity-team is requested to review the proposed merge of lp:~mterry/duplicity/u1-utf8 into lp:duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

