From 3c3fb8f812666f7948588842eb882ebca2284928 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 19 Dec 2022 18:30:52 +0000 Subject: [PATCH] Update 'backup/backup-script.sh' --- 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 6680a65..f9a96ec 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -32,7 +32,7 @@ info "Pruning repository" # limit prune's operation to this machine's archives and not apply to # other machines' archives also: -./borg-linux64 prune \ +/usr/local/bin/borg-linux64 prune \ --list \ --prefix '{hostname}-' \ --show-rc \