From 691a15dd7366f0f023231c37f6cc7a27a3b7bbef Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 16:32:03 -0600 Subject: [PATCH] removed dry-run from prune commandline --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index e221856..3242b95 100755 --- a/backup.sh +++ b/backup.sh @@ -595,7 +595,7 @@ if [ -n "$borgPrune" ]; then # parameters defined echo -e "${bold}${op}${stamp} Executing borg prune operation${normal}" \ >> "$logFile" - borg prune --show-rc -v -n ${borgPruneParams} ${borgPrune} \ + borg prune --show-rc -v ${borgPruneParams} ${borgPrune} \ 2>> "$logFile" # check return-status pruneResult="$?"