Ir al contenido

MySQL / MariaDB

Esta página aún no está disponible en tu idioma.

Dump and binary modes with point-in-time restore, lock-free binary backups and single-table restore for MySQL, MariaDB and Percona.

  • Lock-free binary backup
  • Single-table restore
  • Point-in-time recovery

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 the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.