From 3957c8f617531117e3dbf8fd2e1bf25d9d198978 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 24 Aug 2023 18:26:58 +0100 Subject: [PATCH] Replace deprecated --prefix with --glob-archives --- backup/backup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backup-script.sh b/backup/backup-script.sh index 6d2f0ab..03ded01 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -39,7 +39,7 @@ info "Pruning repository" /usr/local/bin/borg-linux64 prune \ --list \ - --prefix '{hostname}-' \ + --glob-archives '{hostname}-*' \ --show-rc \ --keep-daily 7 \ --keep-weekly 4 \