MySQL / MariaDB
Este conteúdo não está disponível em sua língua ainda.
Dump and binary modes with point-in-time restore, lock-free binary backups and single-table restore for MySQL, MariaDB and Percona.
Capabilities
Section titled “Capabilities”- Lock-free binary backup
- Single-table restore
- Point-in-time recovery
Configure
Section titled “Configure”Add the plugin to a FileSet on the client you want to protect:
FileSet { Name = "mysql" Include { Options { Plugin = "mysql: host=localhost user=backup password=secret mode=binary db=*" } }}All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.