Comment 5 for bug 510625

Revision history for this message
Nuno Sucena Almeida (slug-debian) wrote : Re: 0.6.06: all incremental backends with --encrypt-key and LANG=de_AT

I'm having a similar issue with ubuntu 11.10, but with another locale. As a workaround on my backup (bash) script, which calls duplicity, I have at the top:

#!/usr/bin/env bash

LANG=""
LANGUAGE=""

(...)

duplicity ...