mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
7
roles/mysql_server/templates/post-backup.j2
Normal file
7
roles/mysql_server/templates/post-backup.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
{% if mysql_remove_dump_after_backup | default(True) %}
|
||||
rm -f /home/lbkp/mysql/*.sql*
|
||||
{% endif %}
|
Reference in New Issue
Block a user