diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-03-24 18:26:05 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-03-24 18:26:05 +0100 |
commit | 7889898acbf7023081a23974ac13aafd4949498b (patch) | |
tree | 3d852cc619f6f20370ee525014b157740717197b /duply/.duply/seb_jdr | |
parent | ce7d45cbb37b25801cf9640a824a7c21554ebde9 (diff) |
Update duply script for local restore
Diffstat (limited to 'duply/.duply/seb_jdr')
-rw-r--r-- | duply/.duply/seb_jdr/conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/duply/.duply/seb_jdr/conf b/duply/.duply/seb_jdr/conf index 5353984..eebc9e9 100644 --- a/duply/.duply/seb_jdr/conf +++ b/duply/.duply/seb_jdr/conf @@ -12,17 +12,4 @@ GPG_KEY_SIGN='F6859BC3CC712DF8' # NOTE: available since duplicity 0.6.14, translates to SIGN_PASSPHRASE #GPG_PW_SIGN='<signpass>' -# uncomment and set a file path or name force duply to use this gpg executable -# available in duplicity 0.7.04 and above (currently unreleased 06/2015) -#GPG='/usr/local/gpg-2.1/bin/gpg' - -# gpg options passed from duplicity to gpg process (default='') -# e.g. "--trust-model pgp|classic|direct|always" -# or "--compress-algo=bzip2 --bzip2-compress-level=9" -# or "--personal-cipher-preferences AES256,AES192,AES..." -# or "--homedir ~/.duply" - keep keyring and gpg settings duply specific -# or "--pinentry-mode loopback" - needed for GPG 2.1+ _and_ -# also enable allow-loopback-pinentry in your .gnupg/gpg-agent.conf -#GPG_OPTS='' - . ~/scripts/duplicity/duply_common.sh |