From 068b67c32183bb408d2afd2d33c7e1f102ff4f19 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Thu, 25 Feb 2021 21:57:12 -0500 Subject: [PATCH] added gauntbackupnas as backup copy dest --- duplicacy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/duplicacy.sh b/duplicacy.sh index aa20bea..7bc487f 100644 --- a/duplicacy.sh +++ b/duplicacy.sh @@ -78,6 +78,7 @@ if [ "${1}" == "--copyOffsite" ] || [ "${1}" == "-c" ]; then BACKUP_ID=$(awk '/"id"/{print substr($2,2,length($2)-3);exit}' /.duplicacy/preferences) duplicacy -verbose -log copy -to GauntBackupCRO -id ${BACKUP_ID} >> ${LOGFILE} 2>&1 duplicacy -verbose -log copy -to GauntBackupGail -id ${BACKUP_ID} >> ${LOGFILE} 2>&1 + duplicacy -verbose -log copy -to GauntBackupNAS -id ${BACKUP_ID} >> ${LOGFILE} 2>&1 fi # compress the logs