removed dry-run from prune commandline
This commit is contained in:
parent
9808201128
commit
691a15dd73
@ -595,7 +595,7 @@ if [ -n "$borgPrune" ]; then
|
|||||||
# parameters defined
|
# parameters defined
|
||||||
echo -e "${bold}${op}${stamp} Executing borg prune operation${normal}" \
|
echo -e "${bold}${op}${stamp} Executing borg prune operation${normal}" \
|
||||||
>> "$logFile"
|
>> "$logFile"
|
||||||
borg prune --show-rc -v -n ${borgPruneParams} ${borgPrune} \
|
borg prune --show-rc -v ${borgPruneParams} ${borgPrune} \
|
||||||
2>> "$logFile"
|
2>> "$logFile"
|
||||||
# check return-status
|
# check return-status
|
||||||
pruneResult="$?"
|
pruneResult="$?"
|
||||||
|
Loading…
Reference in New Issue
Block a user