chore(restic): By default run check every Sunday night
And check a larger subset of the data with 15%.
This commit is contained in:
parent
90e45cacda
commit
7543170f75
1 changed files with 2 additions and 2 deletions
|
|
@ -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%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue