diff --git a/home/scripts/files/backup.sh b/home/scripts/files/backup.sh index e1d2aa5a..4b766134 100755 --- a/home/scripts/files/backup.sh +++ b/home/scripts/files/backup.sh @@ -93,6 +93,7 @@ echo -e '\n\n\n' echo "Running Workspace Backups" borg create -s --progress \ 10.4.0.1:Storage/Thomas/Borg/Workspace::'{hostname}-{now}' \ + --exclude /home/server/Workspace/TrackBox/Resources \ /home/server/Workspace/ borg prune --keep-daily 7 --keep-weekly 4 --keep-monthly -1 --save-space 10.4.0.1:Storage/Thomas/Borg/Workspace borg compact 10.4.0.1:Storage/Thomas/Borg/Workspace