From 68c30ac459aa598d5ce49cad5ea79ff0f8e4b8a2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 17 Jun 2024 08:36:51 +0200 Subject: [PATCH] Trigger backups every 4 hours starting at 8 They always prompt for password and every 15 minutes is way too much. --- systems/hikari3/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/hikari3/configuration.nix b/systems/hikari3/configuration.nix index 51a324e..12e7b50 100644 --- a/systems/hikari3/configuration.nix +++ b/systems/hikari3/configuration.nix @@ -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";