summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2020-02-28 19:10:00 +1100
committerSt33v <github@f3rr3t.com>2020-02-28 19:10:00 +1100
commit6c1bc3072dbdf322dbde7c1747a90ba962333d39 (patch)
tree97eb29756ce2ef8d6d5d932837a2e2e92a95415b
parent8a2dc47f89dd06b0f45e26accd8f8d0d2715a681 (diff)
Add --list option to prune function
-rwxr-xr-xborgAuto.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/borgAuto.sh b/borgAuto.sh
index 07c83c3..3f845e2 100755
--- a/borgAuto.sh
+++ b/borgAuto.sh
@@ -66,6 +66,7 @@ backup_exit=$?
# Prune the repo of extra backups
echo $'\nPruning repository'
borg prune --stats \
+ --list
--keep-within 3d \
--keep-daily 14 \
--keep-weekly 8 \