fix string conversion warnings
This commit is contained in:
parent
3310077336
commit
60a93e9fdd
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
job: '/usr/bin/pg_dumpall | gzip > /opt/postgresbackup/$(date "+\%Y\%m\%d-\%H\%M.sql.gz")'
|
||||
user: postgres
|
||||
hour: "*/4"
|
||||
minute: 45
|
||||
minute: "45"
|
||||
|
||||
- name: add backup cleanup cronjob
|
||||
cron:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue