Run backups more frequently
Just had a DR tonight and I need more frequent backups than "nightly at 2am"
This commit is contained in:
parent
b36f351740
commit
c6f750d0c1
@ -25,7 +25,7 @@
|
||||
- name: Set backup cronjob
|
||||
cron:
|
||||
minute: "0"
|
||||
hour: "2"
|
||||
hour: "*/6"
|
||||
name: ansible-backup
|
||||
job: "/opt/backups/backup.sh >> /backups/backups.log 2>&1"
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user