Skip to content

Commit a5f47c3

Browse files
committed
Add some docs
1 parent 1cf52f4 commit a5f47c3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,34 @@ An array of two elements to set the backup time. Allows ['23', '5'] or ['3', '4
353353

354354
A script that is executed at when the backup is finished. This could be used to (r)sync the backup to a central store. This script can be either a single line that is directly executed or a number of lines, when supplied as an array. It could also be one or more externally managed (executable) files.
355355

356+
#####`mysqlbackup`
357+
358+
Set backup implementation
359+
360+
* `mysqldump`
361+
* `mysqlbackup`: MySQL Enterprise Backup
362+
* `xtrabackup`: Percona XtraBackup
363+
364+
####mysql::backup::mysqldump
365+
366+
Implements mysql::server::backup with mysqldump
367+
368+
Backup type: Logical
369+
370+
####mysql::backup::mysqlbackup
371+
372+
Implements mysql::server::backup with MySQL Enterprise Backup from Oracle
373+
374+
Backup type: Physical
375+
376+
For this you need the meb package
377+
378+
####mysql::backup::xtrabackup
379+
380+
Implements mysql::server::backup with XtraBackup from Percona
381+
382+
Backup type: Physical
383+
356384
####mysql::server::monitor
357385

358386
#####`mysql_monitor_username`

0 commit comments

Comments
 (0)