Percona XtraBackup is an open source and non-blocking backup solution for InnoDB and XtraDB data. It works with MySQL 5.0 and 5.1 databases. XtraBackup is 100% open-source and free.
XtraBackup has many powerful features that solve real-world problems when backing up very large, heavily loaded databases:
* Perform backups online—avoid interrupting your database
* Perform streaming backups to another server
* Perform incremental backups; save money on disk space and bandwidth
* Create new replication slaves easily
* Perform advanced analysis of data and index files
* Move individual tables between servers without restarting (requires XtraDB for import)
What's New in This Release: [ read full changelog ]
New Features:
· Port to Percona Server 5.1.47-11
· Two binaries - xtrabackup for Percona Server and xtrabackup_50 for MySQL 5.x.
Fixed Bugs:
· Fixed Bug #589639: incremental crash
· Fixed Bug #595770: binary should be built with debug symbols
· Fix duplicate close() problem at xtrabackup_copy_datafile()