From 9a8717f9aa8e7ac78bfbfb62a363a36da7be6094 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 6 Oct 2024 18:17:42 +0900 Subject: [PATCH] :wrench: borgbackup for paperless --- machines/chungus/service-paperless.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/chungus/service-paperless.nix b/machines/chungus/service-paperless.nix index 0ba4f5c..479a8b8 100644 --- a/machines/chungus/service-paperless.nix +++ b/machines/chungus/service-paperless.nix @@ -75,8 +75,8 @@ BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes"; }; prune.keep = { - within = "10d"; # Keep all backups in the last 10 days. - weekly = 8; # Keep 8 additional end of week archives. + within = "3d"; # Keep all backups in the last 10 days. + weekly = 2; # Keep 8 additional end of week archives. monthly = -1; # Keep end of month archive for every month }; doInit = true;