From 75db442141a9896ddb6cdf9fd91eeb39c2b57176 Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 17 Jan 2025 16:25:35 -0600 Subject: [PATCH] borgmatic: fix prune not finding archives 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 9b012c9..60ddf56 100644 --- a/options/custom/services/borgmatic.nix +++ b/options/custom/services/borgmatic.nix @@ -28,7 +28,7 @@ in { # https://torsion.org/borgmatic/docs/reference/configuration/ settings = { - archive_name_format = "{now:%Y-%m-%d %H:%M:%S}"; # Remove hostname + keep_hourly = 24; keep_daily = 7; keep_weekly = 4; keep_monthly = 1;