All pages
Powered by GitBook
1 of 1

Files Backed Up By mariadb-backup

mariadb-backup was previously called mariabackup.

Files Included in Backup

mariadb-backup backs up the files listed below.

InnoDB Data Files

mariadb-backup backs up the following InnoDB data files:

  • InnoDB system tablespace

  • InnoDB file-per-table tablespaces

MyRocks Data Files

mariadb-backup will back up tables that use the MyRocks storage engine. This data is located in the directory defined by the rocksdb_datadir system variable. mariadb-backup backs this data up by performing a checkpoint using the rocksdb_create_checkpoint system variable.

mariadb-backup will back up tables that use the MyRocks storage engine.

Other Data Files

mariadb-backup also backs up files with the following extensions:

  • frm

  • isl

  • MYD

  • MYI

  • MAD

  • MAI

  • MRG

  • TRG

  • TRN

  • ARM

  • ARZ

  • CSM

  • CSV

  • opt

  • par

Files Excluded From Backup

mariadb-backup does not back up the files listed below.

  • InnoDB Temporary Tablespaces

  • Binary logs

  • Relay logs

This page is licensed: CC BY-SA / Gnu FDL