2 Commits

Author SHA1 Message Date
Râu Cao
ba594d461a Change VM backup schedule for draco 2022-11-05 13:43:36 +01:00
Râu Cao
86de82a0e5 Prune VM backups after every run
closes #439
2022-11-05 13:43:02 +01:00

View File

@@ -6,6 +6,6 @@ set -e
echo "Pruning backups of VM: $1"
borg prune --prefix $1 \
--keep-hourly 4 --keep-daily 4 --keep-weekly 1 \
--keep-hourly 24 --keep-daily 1 --keep-weekly 1 \
--keep-monthly 1 --keep-yearly 1 \
--stats $BORG_REPO