Compare commits
2 Commits
ba594d461a
...
28454c0849
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28454c0849
|
||
|
|
6df168f32f
|
@@ -6,6 +6,6 @@ set -e
|
||||
echo "Pruning backups of VM: $1"
|
||||
|
||||
borg prune --prefix $1 \
|
||||
--keep-hourly 24 --keep-daily 1 --keep-weekly 1 \
|
||||
--keep-hourly 4 --keep-daily 4 --keep-weekly 1 \
|
||||
--keep-monthly 1 --keep-yearly 1 \
|
||||
--stats $BORG_REPO
|
||||
|
||||
Reference in New Issue
Block a user