mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 20:23:19 +02:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
![]() |
#!/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 %}
|