ansible-roles/roles/zabbix_server/templates/post_backup.sh.j2

8 lines
155 B
Plaintext
Raw Normal View History

2021-12-01 19:13:34 +01:00
#!/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 %}