Difference between revisions of "Mariabackup"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
Mariabackup<ref>https://mariadb.com/kb/en/mariabackup-overview/</ref> is a fork of Percona [[XtraBackup]] with added support for [[MariaDB 10.1]] compression and data-at-rest encryption. It is included with [[MariaDB 10.1.23]]<ref>https://mariadb.com/kb/en/mariadb-10123-release-notes/</ref> (May 2017) and later.
+
Mariabackup<ref>https://mariadb.com/kb/en/mariabackup-overview/</ref> is a fork of Percona [[XtraBackup]] with added support for [[MariaDB 10.1]] compression and data-at-rest encryption. It is included as alpha version with [[MariaDB 10.1.23]]<ref>https://mariadb.com/kb/en/mariadb-10123-release-notes/</ref> (May 2017) and later.
  
 
Support full or [[incremental backups]]
 
Support full or [[incremental backups]]

Revision as of 11:56, 25 August 2020

Mariabackup[1] is a fork of Percona XtraBackup with added support for MariaDB 10.1 compression and data-at-rest encryption. It is included as alpha version with MariaDB 10.1.23[2] (May 2017) and later.

Support full or incremental backups https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/

Support for online backups of InnoDB, Aria and MyISAM tables.

Full:

mariabackup --backup \
  --target-dir=/var/mariadb/backup/ \
  --user=mariabackup --password=mypassword

Incremental

mariabackup --backup \
  --target-dir=/var/mariadb/inc1/ \
  --incremental-basedir=/var/mariadb/backup/ \
  --user=mariabackup --password=mypassword


parallel=#
--prepare


Related terms

Activities

See also

  • https://mariadb.com/kb/en/mariabackup-overview/
  • https://mariadb.com/kb/en/mariadb-10123-release-notes/
  • Advertising: