copr: incremental backup: tweak periods

This commit is contained in:
Pavel Raiskup 2023-02-05 11:10:22 +01:00
parent 41775f37e9
commit 4a29bba927

View file

@ -11,5 +11,7 @@ rsnapshot_push_defaults:
# we can't keep monthly increments for too large deltas
copr_be:
# Sunday / Wednesday
push: [0, 3]
# Every 3.5 days
push: [302400, 3]
# Every 14 days
biweekly: [1209600, 3]