summaryrefslogtreecommitdiff
path: root/borgAuto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'borgAuto.sh')
-rwxr-xr-xborgAuto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/borgAuto.sh b/borgAuto.sh
index 3f845e2..f4a4a3e 100755
--- a/borgAuto.sh
+++ b/borgAuto.sh
@@ -66,7 +66,7 @@ backup_exit=$?
# Prune the repo of extra backups
echo $'\nPruning repository'
borg prune --stats \
- --list
+ --list \
--keep-within 3d \
--keep-daily 14 \
--keep-weekly 8 \