Better distribution of backups over time
This commit is contained in:
parent
3000f46c46
commit
21eaeb2d42
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ Description=Timer for borgmatic backup
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=hourly
|
OnCalendar=hourly
|
||||||
RandomizedDelaySec=10m
|
RandomizedDelaySec=60m
|
||||||
|
FixedRandomDelay=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue