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
|
||||
|
||||
[Timer]
|
||||
FixedRandomDelay=true
|
||||
OnCalendar=daily
|
||||
Persistent=false
|
||||
RandomizedDelaySec=3600
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
Loading…
Add table
Reference in a new issue