percona-xtrabackup

Hot backup tool for InnoDB and XtraDB databases

brewmacoslinux
Try with needOr install directly
Source

About

Open source hot backup tool for InnoDB and XtraDB databases

Commands

xtrabackupxbstreamxbcrypt

Examples

Create a full backup of MySQL database$ xtrabackup --backup --target-dir=/backup/mysql --user=root --password=pass
Prepare backup for restoration$ xtrabackup --prepare --target-dir=/backup/mysql
Stream backup to compressed file$ xtrabackup --backup --stream=xbstream --user=root | xbstream -c > backup.xbstream