diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-10-17 09:40:51 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-10-17 09:40:51 +0200 |
commit | 26970ab687ba925ea407d5354a302b99b687559a (patch) | |
tree | 57feaa51ed18a582b4139b22787bd1b54cf44bea /duply/.duply/seb_admin/conf | |
parent | 9374bd47589f71d66de265517dea05628b74db38 (diff) |
Added Zim Notebook backup
Diffstat (limited to 'duply/.duply/seb_admin/conf')
-rw-r--r-- | duply/.duply/seb_admin/conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/duply/.duply/seb_admin/conf b/duply/.duply/seb_admin/conf new file mode 100644 index 0000000..749f4cf --- /dev/null +++ b/duply/.duply/seb_admin/conf @@ -0,0 +1,12 @@ +# base directory to backup +SOURCE='/home/sebastien/adminstratifs/' + +# Storage directory +export STORAGE_NAME="seb_administratif" +export PCA_OS_REGION_NAME=GRA +export HOT_OS_REGION_NAME=GRA + +GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB' +GPG_KEY_SIGN='F6859BC3CC712DF8' + +. ~/scripts/duplicity/duply_common.sh |