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 |
Ivan Berezovskiy | 5fa87f6 | 2019-07-25 15:53:40 +0400 | [diff] [blame] | 14 | rsync_tables: true |
Martin Polreich | f33e186 | 2018-03-02 10:30:35 +0100 | [diff] [blame] | 15 | compression_threads: 2 |
| 16 | database: |
| 17 | user: user |
| 18 | password: password |
| 19 | target: |
| 20 | host: host01 |
| 21 | qpress: |
| 22 | source: tar |
| 23 | name: url |