From 29815e6a8d279f3dd34619993406fac9d7cfdd90 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 7 Dec 2022 17:45:42 -0700 Subject: factor out common duply config, move passphrase file, some tidying --- .duply/melete-spwhitton-home/conf | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to '.duply') diff --git a/.duply/melete-spwhitton-home/conf b/.duply/melete-spwhitton-home/conf index 0a83423f..e70cf7c0 100644 --- a/.duply/melete-spwhitton-home/conf +++ b/.duply/melete-spwhitton-home/conf @@ -1,26 +1,2 @@ -# to get documentation on these options, run "duply sample create" and -# you'll find a fully-commented configuration file in -# ~/.duply/sample/conf - -# ensure we get an error, rather than an unencrypted backup, if this file not in place yet -set -e -. "$HOME/local/auth/duply/melete-spwhitton-home" -set +e - -#GPG_TEST='disabled' -GPG_IMPORT='disabled' -GPG_EXPORT='disabled' - -TARGET='rsync://19371@ch-s012.rsync.net/duply/melete-spwhitton-home/' -SOURCE='/' -FILENAME='.duplicity-ignore' -DUPL_PARAMS="$DUPL_PARAMS --exclude-if-present '$FILENAME'" -MAX_AGE=4M -MAX_FULL_BACKUPS=2 -MAX_FULLBKP_AGE=1M -DUPL_PARAMS="$DUPL_PARAMS --full-if-older-than $MAX_FULLBKP_AGE " -#VERBOSITY=5 -#TEMP_DIR=/tmp -DUPL_PARAMS="$DUPL_PARAMS --asynchronous-upload " -#DUPL_PARAMS="--log-file /var/log/duplicity.log " -DUPL_PARAMS="--rsync-options \"--rsh=\\\"ssh -oBatchMode=yes -oControlMaster=no -oControlPath=none -oIdentitiesOnly=yes -i $HOME/.ssh/id_19371@ch-s012.rsync.net\\\" \" " +. ~/src/dotfiles/lib-src/duply/common.sh +. ~/src/dotfiles/lib-src/duply/workstation.sh -- cgit v1.2.3