From 21eaeb2d4236b0b3fa3903081d3fc48f8fa5061c Mon Sep 17 00:00:00 2001 From: Jeltz Date: Wed, 24 Mar 2021 02:10:11 +0100 Subject: [PATCH] Better distribution of backups over time --- roles/borgbackup_client/templates/borgmatic.timer.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/borgbackup_client/templates/borgmatic.timer.j2 b/roles/borgbackup_client/templates/borgmatic.timer.j2 index 663f8ca..e0e3927 100644 --- a/roles/borgbackup_client/templates/borgmatic.timer.j2 +++ b/roles/borgbackup_client/templates/borgmatic.timer.j2 @@ -5,7 +5,8 @@ Description=Timer for borgmatic backup [Timer] OnCalendar=hourly -RandomizedDelaySec=10m +RandomizedDelaySec=60m +FixedRandomDelay=true [Install] WantedBy=timers.target