chore(restic): By default run check every Sunday night

And check a larger subset of the data with 15%.
This commit is contained in:
Marty Oehme 2025-02-03 21:36:18 +01:00
parent 90e45cacda
commit 7543170f75
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -10,5 +10,5 @@ restic_timezone: "{{ server_timezone | default('US/Chicago') }}"
restic_prune_cron: 0 0 4 * * *
restic_forget_args: --prune --keep-last 14 --keep-daily 2 --keep-weekly 2
restic_check_cron: 0 15 5 * * *
restic_check_args: --read-data-subset=5%
restic_check_cron: 0 30 4 * * SUN
restic_check_args: --read-data-subset=15%