diff options
Diffstat (limited to 'borgAuto.sh')
| -rwxr-xr-x | borgAuto.sh | 2 |
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 \ |
