diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 14:43:42 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 14:43:42 +0200 |
commit | e2bed5b540cab47414488debdfb10ebd8421a21b (patch) | |
tree | 01aeeb10a9e6e3333b91003fd6d539538b11f6de /duply/.duply/jdr | |
parent | b9852c7d93fdd9aa2eea4787688afb5cebc71fcf (diff) |
Update duply conf
Diffstat (limited to 'duply/.duply/jdr')
-rw-r--r-- | duply/.duply/jdr/conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/duply/.duply/jdr/conf b/duply/.duply/jdr/conf index 19ed70d..8874863 100644 --- a/duply/.duply/jdr/conf +++ b/duply/.duply/jdr/conf @@ -7,7 +7,7 @@ export PCA_OS_REGION_NAME=GRA export HOT_OS_REGION_NAME=GRA GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB' -GPG_KEY_SIGN='F6859BC3CC712DF8' +USER_GPG_KEY_SIGN='F6859BC3CC712DF8' # set if signing key passphrase differs from encryption (key) passphrase # NOTE: available since duplicity 0.6.14, translates to SIGN_PASSPHRASE #GPG_PW_SIGN='<signpass>' @@ -27,4 +27,3 @@ GPG_KEY_SIGN='F6859BC3CC712DF8' . ~/scripts/duplicity/duply_common.sh -DUPL_PARAMS="$DUPL_PARAMS --file-prefix-manifest 'hot_' --file-prefix-signature 'hot_' --file-prefix-archive 'cold_' " |