percona-xtrabackup@8.0

Hot backup tool for InnoDB and XtraDB databases without locking

brewmacoslinux
Try with needOr install directly
Source

About

Open source hot backup tool for InnoDB and XtraDB databases

Commands

xtrabackupxbstreamxbcryptxbcloud

Examples

Create a full backup of MySQL database to a directory$ xtrabackup --backup --target-dir=/path/to/backup --user=root --password=yourpassword
Prepare a backup before restoring (apply logs)$ xtrabackup --prepare --target-dir=/path/to/backup
Stream backup to compressed file using xbstream$ xtrabackup --backup --stream=xbstream --user=root --password=yourpassword | xbstream -c > backup.xbstream