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 22: Line 22:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[mysqldump]]</code>
 
* <code>[[mysqldump]]</code>
 
+
* <code>[[show databases]]</code>
  
 
==See also==
 
==See also==

Revision as of 14:09, 23 August 2020

Mariabackup 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 and later.

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

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=#


Related terms

See also

Advertising: