hippocampus: Change backup times

This commit is contained in:
2024-07-07 11:43:01 -04:00
parent 00520ecd5f
commit 091defb305

View File

@@ -42,9 +42,9 @@ in {
environmentFile = config.sops.secrets."restic/backblaze".path; environmentFile = config.sops.secrets."restic/backblaze".path;
pruneOpts = [ pruneOpts = [
"--keep-daily 2" "--keep-daily 1"
"--keep-weekly 4" "--keep-weekly 2"
"--keep-yearly 8" "--keep-yearly 4"
]; ];
}; };
} }