blob: 4406a842e689eaf6577350ef0da91e4eb9e455e8 [file] [log] [blame]
Jiri Broulik634ea8a2017-05-31 17:10:03 +02001applications:
2- xtrabackup
3classes:
4- service.xtrabackup.support
5parameters:
6 _param:
7 xtrabackup_qpress_source: tar
8 xtrabackup_qpress_source_name: http://www.quicklz.com/qpress-11-linux-x64.tar
9 xtrabackup_remote_server: cfg01
10 xtrabackup:
11 client:
12 enabled: true
13 full_backups_to_keep: 3
14 hours_before_full: 48
15 hours_before_incr: 12
16 compression: true
Ivan Berezovskiy5fa87f62019-07-25 15:53:40 +040017 rsync_tables: true
Jiri Broulik634ea8a2017-05-31 17:10:03 +020018 compression_threads: 2
19 database:
20 user: root
21 password: ${_param:galera_server_admin_password}
22 target:
23 host: ${_param:xtrabackup_remote_server}
24 qpress:
25 source: ${_param:xtrabackup_qpress_source}
26 name: ${_param:xtrabackup_qpress_source_name}