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=$?