diff options
| author | St33v <github@f3rr3t.com> | 2020-02-28 19:10:00 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2020-02-28 19:10:00 +1100 |
| commit | 6c1bc3072dbdf322dbde7c1747a90ba962333d39 (patch) | |
| tree | 97eb29756ce2ef8d6d5d932837a2e2e92a95415b /borgAuto.sh | |
| parent | 8a2dc47f89dd06b0f45e26accd8f8d0d2715a681 (diff) | |
Add --list option to prune function
Diffstat (limited to 'borgAuto.sh')
| -rwxr-xr-x | borgAuto.sh | 1 |
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 \ |
