From 7759ed054d2d62013c077bdcd06a41219ee12b8b Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 5 Jun 2025 09:34:15 +0200 Subject: [PATCH] reduce backup retention for hopper --- sys/machines/hopper/lab/restic.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/machines/hopper/lab/restic.nix b/sys/machines/hopper/lab/restic.nix index 5c4f015..b698292 100644 --- a/sys/machines/hopper/lab/restic.nix +++ b/sys/machines/hopper/lab/restic.nix @@ -12,8 +12,7 @@ pruneOpts = [ "--keep-daily 7" "--keep-weekly 5" - "--keep-monthly 12" - "--keep-yearly 2" + "--keep-monthly 6" ]; paths = [ "/media/library/music"