From e159085ce57fd772af2c3f07fea8089e8322c72b Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Aug 2021 15:19:06 -0400 Subject: [PATCH] commented out the prune command --- restic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic.sh b/restic.sh index 2d0365a..56348a6 100644 --- a/restic.sh +++ b/restic.sh @@ -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