mirror of https://github.com/digint/btrbk
contrib: systemd: btrbk.timer: use default systemd `AccuracySec`
systemd’s `AccuracySec` is mainly there in order to allow it to coalescing wake-ups for multiple timers. It’s default of `1min` minute should be enough for this. Using its `RandomizedDelaySec` in order to spread load from e.g. multiple sources that would all perform backups to one target, wouldn’t really make much sense either. Either, the value would need to be quite large, thereby making backups/snapshots too wobbly, or it wouldn’t be effective as at least the backups typically take quite some time. Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>pull/498/head
parent
c9d95a6302
commit
eb1d9e4da9
|
@ -5,7 +5,6 @@ ConditionPathExists=|@CONFDIR@/btrbk.conf
|
|||
|
||||
[Timer]
|
||||
OnCalendar=hourly
|
||||
AccuracySec=10min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue