From 6c1bc3072dbdf322dbde7c1747a90ba962333d39 Mon Sep 17 00:00:00 2001 From: St33v Date: Fri, 28 Feb 2020 19:10:00 +1100 Subject: Add --list option to prune function --- borgAuto.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.3