parent
e83c6510b4
commit
19ee03f655
3 changed files with 11 additions and 0 deletions
@ -1,3 +1,7 @@ |
|||||||
#!/bin/bash -e |
#!/bin/bash -e |
||||||
|
|
||||||
|
{% if zabbix_server_backup_hooks %} |
||||||
rm -f /home/lbkp/zabbix/* |
rm -f /home/lbkp/zabbix/* |
||||||
|
{% else %} |
||||||
|
# pre and post backup hooks are disabled on this host |
||||||
|
{% endif %} |
||||||
|
Loading…
Reference in new issue