copr-be: keep just 4 weekly snapshots

We tend to consume too much storage on storinator.
This commit is contained in:
Pavel Raiskup 2023-02-21 11:27:17 +01:00
parent 70d60d4968
commit 55d34d843d

View file

@ -10,8 +10,7 @@ rsnapshot_push_defaults:
# we can't keep monthly increments for too large deltas # we can't keep monthly increments for too large deltas
copr_be: copr_be:
# We run the cron job (rsync) twice a week. Don't rotate the directory # We run the cron job (rsync) once a week. We keep a month history.
# unless the last sync happened at least 2 days ago. # The first number means that we don't do "push" backup more frequently
push: [172800, 3] # than that number of seconds.
# Every 14 days push: [172800, 4]
biweekly: [1209600, 3]