diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 12:04:56 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 12:10:13 +0200 |
commit | b9852c7d93fdd9aa2eea4787688afb5cebc71fcf (patch) | |
tree | 9e382e6d2dad73ed17e987729663b9ba853f804a /duply/.duply/jdr | |
parent | 8ef9678d0a0f7b30a3c6afca6af70aa505f1a51f (diff) |
Added duply configuration
Diffstat (limited to 'duply/.duply/jdr')
-rw-r--r-- | duply/.duply/jdr/conf | 30 | ||||
-rw-r--r-- | duply/.duply/jdr/exclude | 9 |
2 files changed, 39 insertions, 0 deletions
diff --git a/duply/.duply/jdr/conf b/duply/.duply/jdr/conf new file mode 100644 index 0000000..19ed70d --- /dev/null +++ b/duply/.duply/jdr/conf @@ -0,0 +1,30 @@ +# base directory to backup +SOURCE='/home/sebastien/Documents/jdr' + +# Storage directory +export STORAGE_NAME="jdr" +export PCA_OS_REGION_NAME=GRA +export HOT_OS_REGION_NAME=GRA + +GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB' +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>' + +# 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 + +DUPL_PARAMS="$DUPL_PARAMS --file-prefix-manifest 'hot_' --file-prefix-signature 'hot_' --file-prefix-archive 'cold_' " diff --git a/duply/.duply/jdr/exclude b/duply/.duply/jdr/exclude new file mode 100644 index 0000000..9558c66 --- /dev/null +++ b/duply/.duply/jdr/exclude @@ -0,0 +1,9 @@ +# although called exclude, this file is actually a globbing file list +# duplicity accepts some globbing patterns, even including ones here +# here is an example, this incl. only 'dir/bar' except it's subfolder 'foo' +# - dir/bar/foo +# + dir/bar +# - ** +# for more details see duplicity manpage, section File Selection +# http://duplicity.nongnu.org/duplicity.1.html#sect9 + |