delay borg jobs from a fixed random amount to spread out the backup load
This commit is contained in:
parent
b843a7a231
commit
eeb06cb2a3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue