From 25e78385e312c3ec4cf6f455d27d41106aaa8ff0 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 31 Mar 2024 02:06:52 +0100 Subject: [PATCH] reduce years of remote backups --- nix/nas/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/nas/configuration.nix b/nix/nas/configuration.nix index a629c51..6b36c9f 100644 --- a/nix/nas/configuration.nix +++ b/nix/nas/configuration.nix @@ -107,7 +107,7 @@ "--keep-daily 7" "--keep-weekly 5" "--keep-monthly 12" - "--keep-yearly 75" + "--keep-yearly 5" ]; passwordFile = config.age.secrets.restic-password.path; backupPrepareCommand = '' @@ -135,7 +135,7 @@ "--keep-daily 7" "--keep-weekly 5" "--keep-monthly 12" - "--keep-yearly 75" + "--keep-yearly 5" ]; passwordFile = config.age.secrets.restic-password.path; initialize = true; @@ -164,7 +164,7 @@ "--keep-daily 7" "--keep-weekly 5" "--keep-monthly 12" - "--keep-yearly 75" + "--keep-yearly 5" ]; backupPrepareCommand = '' ${pkgs.curl}/bin/curl -fsS -m 10 --retry 5 -o /dev/null $(${pkgs.coreutils}/bin/cat ${config.age.secrets.healthcheck-ping.path})/apps-backup/start