From 9a019dafab179c68f5715cb0e6b99c76648ce324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Mon, 19 Sep 2022 19:39:56 +0200 Subject: backup update option --- bin/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/backup.sh b/bin/backup.sh index 7cf5c87..aa35542 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -35,7 +35,7 @@ backup_local() { echo $(date) "Pruning local repository ..." borg prune --verbose --stats --list \ - --prefix='{hostname}-{user}-' \ + --glob-archives='{hostname}-{user}-*' \ --keep-daily 7 \ --keep-weekly 4 \ --keep-monthly 6 $REPOSITORY -- cgit v1.2.3