From 64f2e0ec3c640a75d0c1ce6cb4ee87cf6cd4c50f Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 17 Jan 2025 15:17:28 -0600 Subject: [PATCH] borgmatic: disable yearly backup Signed-off-by: Myned --- options/custom/services/borgmatic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/services/borgmatic.nix b/options/custom/services/borgmatic.nix index 8c5260c..9b012c9 100644 --- a/options/custom/services/borgmatic.nix +++ b/options/custom/services/borgmatic.nix @@ -32,7 +32,7 @@ in { keep_daily = 7; keep_weekly = 4; keep_monthly = 1; - keep_yearly = 1; + keep_yearly = 0; retries = 10; retry_wait = 60; # Additive seconds per retry compression = "auto,zstd"; # Use heuristics to decide whether to compress with zstd