Trigger backups every 4 hours starting at 8

They always prompt for password and every 15 minutes is way too much.
This commit is contained in:
Daniel Siepmann 2024-06-17 08:36:51 +02:00
parent 71328adc93
commit 68c30ac459
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -115,7 +115,7 @@
};
compression = "auto,lzma";
startAt = "*:0/15";
startAt = "8/4:00";
encryption = {
mode = "repokey";
@ -168,7 +168,7 @@
};
compression = "auto,lzma";
startAt = "*:0/15";
startAt = "8/4:00";
encryption = {
mode = "repokey";