modify restic backup timer
This commit is contained in:
parent
ab5b75a3cf
commit
dc883d2d9a
|
@ -14,6 +14,11 @@ in {
|
||||||
sops.secrets = {};
|
sops.secrets = {};
|
||||||
services.restic.backups = {
|
services.restic.backups = {
|
||||||
daily = {
|
daily = {
|
||||||
|
timer = {
|
||||||
|
OnCalendar = "*-*-* 23:00:00";
|
||||||
|
Persistent = true;
|
||||||
|
RandomizedDelaySec = "30m";
|
||||||
|
};
|
||||||
initialize = true;
|
initialize = true;
|
||||||
passwordFile = passwordFile;
|
passwordFile = passwordFile;
|
||||||
paths = [
|
paths = [
|
||||||
|
|
Loading…
Reference in New Issue