Georgina 9a8ee0293b Ability to take mariadb backups using mariabackup
This patch allows a user to specify a directory they would like their
database backups to be put into. A number of full backup copies will
be kept alongside their corresponding increments (if any).
Users can specify multiple systemd timer OnCalendar directives for taking
full back ups and incremental backups. Incremental backups are optional.

Depends-On: https://review.opendev.org/759146/
Change-Id: Id78151a23ec5fcc424bfba669673a4a2df83ef23
2020-11-09 12:49:23 +00:00

4 lines
104 B
Django/Jinja

[mariabackup]
user = {{ galera_mariadb_backups_user }}
password = {{ galera_mariadb_backups_password }}