commented out the prune command

This commit is contained in:
2021-08-17 15:19:06 -04:00
parent cccb11cd32
commit e159085ce5

View File

@@ -66,7 +66,7 @@ fi
restic --cleanup-cache --verbose backup ${BACKUPS} >> ${LOGFILE} 2>&1
# prune the backup
restic --verbose forget --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 75 --prune >> ${LOGFILE} 2>&1
#restic --verbose forget --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 75 --prune >> ${LOGFILE} 2>&1
# copy the backup to offsite but only if the backup id as passed in
if [ "${1}" == "--copyOffsite" ] || [ "${1}" == "-c" ]; then