added GauntBackupGCE01 as offsite dest

This commit is contained in:
2021-10-04 13:01:05 -04:00
parent e0d570e3ce
commit cbc360380b

View File

@@ -79,6 +79,7 @@ if [ "${1}" == "--copyOffsite" ] || [ "${1}" == "-c" ]; then
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
duplicacy -verbose -log copy -to GauntBackupGCE01 -id ${BACKUP_ID} >> ${LOGFILE} 2>&1
fi
# compress the logs