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 \