| Martin Polreich | f33e186 | 2018-03-02 10:30:35 +0100 | [diff] [blame] | 1 | xtrabackup: |
| 2 | client: | ||||
| 3 | enabled: true | ||||
| 4 | full_backups_to_keep: 3 | ||||
| 5 | incr_before_full: 3 | ||||
| 6 | backup_dir: /var/backups/mysql/xtrabackup | ||||
| 7 | backup_times: | ||||
| Martin Polreich | 3694851 | 2018-04-04 10:07:58 +0200 | [diff] [blame] | 8 | day_of_week: 0 |
| Martin Polreich | f33e186 | 2018-03-02 10:30:35 +0100 | [diff] [blame] | 9 | # month: * |
| Martin Polreich | 3694851 | 2018-04-04 10:07:58 +0200 | [diff] [blame] | 10 | # day_of_month: * |
| Martin Polreich | f33e186 | 2018-03-02 10:30:35 +0100 | [diff] [blame] | 11 | hour: 4 |
| 12 | minute: 52 | ||||
| 13 | compression: true | ||||
| 14 | compression_threads: 2 | ||||
| 15 | database: | ||||
| 16 | user: user | ||||
| 17 | password: password | ||||
| 18 | target: | ||||
| 19 | host: host01 | ||||
| 20 | qpress: | ||||
| 21 | source: tar | ||||
| 22 | name: url | ||||