Compare commits
2 Commits
6bb8808fc2
...
d773883c02
Author | SHA1 | Date |
---|---|---|
|
d773883c02 | |
|
7ee1cd7112 |
|
@ -93,6 +93,7 @@ echo -e '\n\n\n'
|
||||||
echo "Running Workspace Backups"
|
echo "Running Workspace Backups"
|
||||||
borg create -s --progress \
|
borg create -s --progress \
|
||||||
10.4.0.1:Storage/Thomas/Borg/Workspace::'{hostname}-{now}' \
|
10.4.0.1:Storage/Thomas/Borg/Workspace::'{hostname}-{now}' \
|
||||||
|
--exclude /home/server/Workspace/TrackBox/Resources \
|
||||||
/home/server/Workspace/
|
/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 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
|
borg compact 10.4.0.1:Storage/Thomas/Borg/Workspace
|
||||||
|
|
Loading…
Reference in New Issue