restic: Lower backblaze mirror interval
This commit is contained in:
parent
1137b7ba9a
commit
33436773a4
|
@ -130,8 +130,8 @@ in
|
||||||
systemd.timers.restic-mirror-backblaze = {
|
systemd.timers.restic-mirror-backblaze = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "hourly";
|
OnCalendar = "00/6:00:00";
|
||||||
RandomizedDelaySec = "15min";
|
RandomizedDelaySec = "2h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue