From e4df4130369810bb0723f8378061046715708459 Mon Sep 17 00:00:00 2001 From: zertrin Date: Sun, 24 Sep 2017 14:35:38 +0800 Subject: [PATCH] add link to issue #143 in Known issues section in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aca9cf2..8ba3bb2 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,13 @@ Note that the commands `--restore-file` and `--restore-dir` are equivalent. ## Known issues +### GPG error if system locale is not english + If your system's locale is not english, an error can happen when duplicity is trying to encrypt the files with gpg. This problem concerns duplicity and has been reported upstream ([see bug report](https://bugs.launchpad.net/duplicity/+bug/510625)). A simple workaround is to set the following environement variable: `LANG=C`. For example: `LANG=C duplicity-backup.sh [-c config_file] ...` or in the cron `41 3 * * * LANG=C /absolute/path/to/duplicity-backup.sh -c /etc/duplicity-backup.conf -b` +### "/dev/fd/62: Operation not supported" errors on FreeBSD + +See [issue #143](https://github.com/zertrin/duplicity-backup.sh/issues/143) for a fix. ## Troubleshooting