ansible/roles/postgresql/templates/cron.d/pg_dump.j2

6 lines
179 B
Django/Jinja

{{ ansible_header | comment }}
PATH=$PATH:/usr/sbin:/usr/bin:/usr/local/bin:/sbin:/bin
{{ postgres.backup.frequency }} postgres pg_dumpall -f {{ postgres.backup.dir }}/all.sql