Compare commits
No commits in common. "d773883c02bf117d01e3c7a9ad1746850ec98782" and "6bb8808fc20f8f4439a3ebc0b168bc52e6855139" have entirely different histories.
d773883c02
...
6bb8808fc2
|
@ -93,7 +93,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue