From 21476ff27b9e3c4585baed8b81254b89c00257a1 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 16:30:18 -0600 Subject: [PATCH] removed quotes from prune commandline --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 89f7f87..98097a5 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 --show-rc prune -v ${borgPruneParams} "${borgPrune}" \ + borg prune --show-rc -v -n ${borgPruneParams} ${borgPrune} \ 2>> "$logFile" # check return-status pruneResult="$?"