====== Percona XtraBackup ====== 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 5.0 and newer servers, and it has many advanced features. [[http://www.percona.com/mysql-support/|Commercial support contracts]] are available. For a high-level overview of the features, including a feature comparison, please see [[http://www.percona.com/software/percona-xtrabackup/|the XtraBackup homepage]]. Percona XtraBackup is a combination of the //xtrabackup// C program, and the //innobackupex// Perl script. The xtrabackup program copies and manipulates InnoDB and XtraDB data files, and the Perl script enables enhanced functionality, such as interacting with a running MySQL server and backing up MyISAM tables. XtraBackup works with unmodified MySQL servers, as well as Percona Server with XtraDB. It runs on Linux, Windows, and FreeBSD. This page is the home of the Percona XtraBackup user's manual and documentation. More information on the software is available at the following links. * [[http://www.percona.com/software/percona-xtrabackup/|Summary of features]] * [[http://www.percona.com/mysql-support/|Commercial support contracts]] * The [[xtrabackup_manual|XtraBackup Manual]] * [[faq|Frequently asked questions]] * Using the [[percona-xtrabackup:xtrabackup:start|xtrabackup binary]] * Using the [[percona-xtrabackup:innobackupex:start|innobackupex script]] * Using the [[percona-xtrabackup:tar4ibd:start|tar4ibd binary]] ===== Download and Installation ===== You can install from [[percona-xtrabackup:installation:binaries|ready-to-use binaries]], [[percona-xtrabackup:installation:from-repositories|Yum and APT repositories]], and [[percona-xtrabackup:installation:from-source|source code]]. ===== Open-Source Development ===== All of Percona's software is open-source and free. Development takes place on Launchpad. Use the following links to learn more and get involved with development: * [[https://launchpad.net/percona-xtrabackup|The Percona XtraBackup project on Launchpad]] includes source code and issue tracking * [[http://groups.google.com/group/percona-discussion|The Percona-Discussion]] mailing list for general questions * [[http://groups.google.com/group/percona-dev|The Percona-Dev]] mailing list for discussing development * The ''#percona'' IRC channel on FreeNode to chat with community members