xbcloud
Open source backup tool for InnoDB and XtraDB
Install
- All systems
-
curl cmd.cat/xbcloud.sh
- Debian
-
apt-get install xtrabackup
- Ubuntu
-
apt-get install percona-xtrabackup
- Alpine
-
apk add xtrabackup
- Arch Linux
-
pacman -S xtrabackup
- Fedora
-
dnf install percona-xtrabackup
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install percona-xtrabackup
- OS X
-
brew install percona-xtrabackup
- Raspbian
-
apt-get install xtrabackup
- Dockerfile
- dockerfile.run/xbcloud
- Docker
-
docker run cmd.cat/xbcloud xbcloud
powered by Commando
percona-xtrabackup
Open source backup tool for InnoDB and XtraDB
Percona XtraBackup is an open-source hot backup utility for MySQL that doesn't lock your database during the backup. It can back up data from InnoDB, XtraDB and MyISAM tables on MySQL/Percona Server 5.1 and 5.5 servers, and has many advanced features.
xtrabackup
Transitional package for percona-xtrabackup
In 2.2.x, the XtraBackup package name was rebranded to percona-xtrabackup. This package is an empty dummy package that depends on percona-xtrabackup, and replaces older versions of xtrabackup (2.0.0). It is not intended to be installed manually.
percona-xtrabackup-dbg
Debug symbols for Percona XtraBackup
Debug symbols for the binaries in percona-xtrabackup. Install this package if you need to run any of those with gdb.