modify restic RandomizedDelaySec to 4h and timer to 8pm
This commit is contained in:
parent
d68a83e503
commit
dea819ed0d
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ in {
|
|||
services.restic.backups = {
|
||||
daily = {
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 23:00:00";
|
||||
OnCalendar = "*-*-* 20:00:00";
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "30m";
|
||||
RandomizedDelaySec = "4h";
|
||||
};
|
||||
initialize = true;
|
||||
passwordFile = passwordFile;
|
||||
|
|
Loading…
Add table
Reference in a new issue