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;