blob: ca3536a74cf3a0a34d8ff051a1f236480e43ba9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# base directory to backup
SOURCE='/home/dominique/Administratifs'
# Storage directory
export STORAGE_NAME="dom_administratif"
export PCA_OS_REGION_NAME=GRA
export HOT_OS_REGION_NAME=GRA
GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB'
GPG_KEY_SIGN='5299F9AB'
. ~/scripts/duplicity/duply_common.sh
|