diff options
| author | St33v <github@f3rr3t.com> | 2020-02-28 22:34:57 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2020-02-28 22:34:57 +1100 |
| commit | 181cdfefb24de616214ab1bd34995de515667ece (patch) | |
| tree | 696d93a283140dbe383a1c83893674d902141fd7 /borgAuto.sh | |
| parent | d9b916b5f2a340fd723667065d6c2f104ee06817 (diff) | |
fix stupid line-continuation glitch
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 \ |
