From eebbe8675dc28ffbd42fa052928608252094639a Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 19 Dec 2022 18:28:20 +0000 Subject: [PATCH] Update 'backup/backup-script.sh' --- backup/backup-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/backup-script.sh b/backup/backup-script.sh index 2748ddd..6680a65 100644 --- a/backup/backup-script.sh +++ b/backup/backup-script.sh @@ -11,7 +11,7 @@ info "Starting backup" # Backup the most important directories into an archive named after # the machine this script is currently running on: -./borg-linux64 create \ +/usr/local/bin/borg-linux64 create \ --verbose \ --filter AME \ --list \ @@ -46,7 +46,7 @@ prune_exit=$? info "Compacting repository" -./borg-linux64 compact +/usr/local/bin/borg-linux64 compact compact_exit=$?