From 4faa0920048aee67759301cfc35a08a354c8217d Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 6 May 2024 19:48:38 +0200 Subject: [PATCH] Autorestic: Execute authentik backup every day --- hosts/franz/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/franz/restic.nix b/hosts/franz/restic.nix index 95f6c72..7e2f909 100644 --- a/hosts/franz/restic.nix +++ b/hosts/franz/restic.nix @@ -191,7 +191,7 @@ in { to: - zfs - eustachius - cron: '0 4 * * 0' # Every Sunday at 4:00 + cron: '55 3 * * *' # Every Day at 3:55 hooks: before: - arion -f ${arionPath}/auth/arion-compose.nix -p ${arionPath}/auth/arion-pkgs.nix stop