Update 'backup/backup-script.sh'

pull/4/head
drunkendog 2022-12-19 18:28:20 +00:00
parent 6ff65cfa4d
commit eebbe8675d
1 changed files with 2 additions and 2 deletions

View File

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