From 456f5cd83505866fab8220f6469c69e82b32652d Mon Sep 17 00:00:00 2001 From: Andrew M Date: Fri, 6 Jun 2014 12:11:58 +0300 Subject: [PATCH] Add a note in configuration about escaping "$" in passphrase --- duplicity-backup.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/duplicity-backup.conf.example b/duplicity-backup.conf.example index a52f7c0..f8c5972 100644 --- a/duplicity-backup.conf.example +++ b/duplicity-backup.conf.example @@ -65,6 +65,7 @@ ENCRYPTION='yes' # (your backups will be encrypted with this password) or is used # for the "GPG_SIGN_KEY" (see below). # Comment out if you aren't using encryption +# Note: if you have a '$' in your passphrase, escape it with a '\' PASSPHRASE="foobar_gpg_passphrase" # Specify which GPG keys you would like to use (even if you have only one).