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
4 changed files with 5 additions and 5 deletions

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