1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-09-20 03:29:00 +02:00
ansible-collection-dirvish/docs/group_vars/dbms/dirvish_client.yml
2020-10-31 05:23:51 +01:00

12 lines
353 B
YAML

---
# List of snapshot scripts to install and include in the snapshot
# cronjob Snapshot scripts must be declared as templates, e.g. in the
# templates directory.
dirvish_client_snapshot_scripts:
- mysql-snapshot.sh
# Exclude the MariaDB data directory, as that's already covered by the snapshot
dirvish_server_client_exclude:
- 'var/lib/mysql/'