diff --git a/roles/restic/defaults/main.yml b/roles/restic/defaults/main.yml index 8022df5..48fdbc7 100644 --- a/roles/restic/defaults/main.yml +++ b/roles/restic/defaults/main.yml @@ -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%