Alternatives to Mariabackup

MariaDB's bundled hot physical backup tool. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Mariabackup.

  • Percona XtraBackup

    Hot physical backup for MySQL and Percona Server.

    Percona XtraBackup provides hot physical backups for MySQL and Percona Server on Linux, but it does not understand MariaDB encryption and compression.

  • WAL-G

    Archival backup tool for PostgreSQL, MySQL and SQL Server.

    WAL-G streams MySQL, PostgreSQL and SQL Server backups to object storage with compression, encryption and delta backups, but it is Linux only.

Similar software

Related functionality, not a direct replacement.