delay borg jobs from a fixed random amount to spread out the backup load

This commit is contained in:
Julien Dessaux 2024-10-09 09:56:24 +02:00
parent b843a7a231
commit eeb06cb2a3
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -269,8 +269,10 @@ Finally the `jobs.timer` systemd timer file contains:
Description=BorgBackup job {{ client.name }} timer Description=BorgBackup job {{ client.name }} timer
[Timer] [Timer]
FixedRandomDelay=true
OnCalendar=daily OnCalendar=daily
Persistent=false Persistent=false
RandomizedDelaySec=3600
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target