ansible-roles/roles/zabbix_server/templates/post_backup.sh.j2
2021-12-01 19:13:34 +01:00

8 lines
155 B
Django/Jinja

#!/bin/bash -e
{% if zabbix_server_backup_hooks %}
rm -f /home/lbkp/zabbix/*
{% else %}
# pre and post backup hooks are disabled on this host
{% endif %}