From 7aafedd0d28d09626cbfef1f877dfc3ded4866f3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 30 Apr 2024 12:56:08 +0300 Subject: [PATCH] Decrease retention options --- hosts/cube/restic/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/cube/restic/default.nix b/hosts/cube/restic/default.nix index e71c2b2..c814af1 100644 --- a/hosts/cube/restic/default.nix +++ b/hosts/cube/restic/default.nix @@ -10,10 +10,10 @@ systemConfiguration { initialize = true; pruneOpts = [ - "--keep-daily 3" - "--keep-weekly 5" - "--keep-monthly 12" - "--keep-yearly 75" + "--keep-daily unlimited" + "--keep-weekly unlimited" + "--keep-monthly 6" + "--keep-yearly 12" ]; timerConfig = {