restic: Adjust prune thresholds

This commit is contained in:
SebastianStork 2025-09-29 21:52:07 +02:00
parent fc61676f7c
commit 1289244995

View file

@ -58,9 +58,8 @@ in
passwordFile = config.sops.secrets."restic/password".path; passwordFile = config.sops.secrets."restic/password".path;
pruneOpts = [ pruneOpts = [
"--keep-daily 7" "--keep-daily 7"
"--keep-weekly 5" "--keep-weekly 4"
"--keep-monthly 6" "--keep-monthly 6"
"--keep-yearly 1"
]; ];
timerConfig = { timerConfig = {
OnCalendar = "03:00"; OnCalendar = "03:00";