Skip to content

Commit

Permalink
feat: verify pack integrity on restic check
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Aug 8, 2024
1 parent bae6d66 commit 25b455e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/services/restic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ in {
"--keep-monthly 6"
"--keep-yearly 3"
] ++ groupByOptions;
checkOpts = [
# ensure data integrity
"--read-data-subset=2.5%"
];
timerConfig = cfg.timerConfig;

# Healthchecks configuration
Expand Down

0 comments on commit 25b455e

Please sign in to comment.