Shuffle around cron jobs to run earlier at night

This commit is contained in:
Jake Howard 2022-11-20 22:52:00 +00:00
parent 3ec359ed0e
commit a51854f48c
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ snapraid_config_excludes:
- /tmp/
snapraid_scrub_schedule:
hour: 5
hour: 2
weekday: 4
snapraid_scrub_healthcheck_io_uuid: "{{ vault_snapraid_scrub_healthcheck_io_uuid }}"

View file

@ -36,7 +36,7 @@
- name: Clean up docker containers
cron:
name: clean up docker containers
hour: 23
hour: 1
minute: 0
job: docker system prune -af --volumes

View file

@ -51,7 +51,7 @@
- name: Schedule backup
cron:
name: restic backup
hour: 2
hour: 0
minute: 0
job: /home/restic/backrest.sh cron_backup
user: restic
@ -60,7 +60,7 @@
- name: Schedule forget
cron:
name: restic forget
hour: 5
hour: 2
minute: 0
weekday: 0
job: /home/restic/backrest.sh cron_forget

View file

@ -8,7 +8,7 @@
- name: ZFS Scrub
cron:
name: scrub {{ item }} ZFS pool
hour: 5
hour: 2
minute: 0
weekday: 5
job: zpool scrub {{ item }}