From 181cdfefb24de616214ab1bd34995de515667ece Mon Sep 17 00:00:00 2001 From: St33v Date: Fri, 28 Feb 2020 22:34:57 +1100 Subject: fix stupid line-continuation glitch --- borgAuto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'borgAuto.sh') 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 \ -- cgit v1.3