======================= The xtrabackup Binary ======================= The |xtrabackup| binary is a compiled C program that is linked with the |InnoDB| libraries and the standard |MySQL| client libraries. The |InnoDB| libraries provide functionality necessary to apply a log to data files, and the |MySQL| client libraries provide command-line option parsing, configuration file parsing, and so on to give the binary a familiar look and feel. The tool runs in either :option:`--backup` or :option:`--prepare` mode, corresponding to the two main functions it performs. There are several variations on these functions to accomplish different tasks, and there are two less commonly used modes, :option:`--stats` and :option:`--print-param`. Getting Started with |xtrabackup| ================================= .. toctree:: :maxdepth: 1 choosing_binary configuring The Backup Cycle - Full Backups =============================== .. toctree:: :maxdepth: 1 creating_a_backup preparing_the_backup restoring_a_backup Other Types of Backups ====================== .. toctree:: :maxdepth: 1 incremental_backups partial_backups Proficiency =========== .. toctree:: :maxdepth: 1 throttling_backups scripting_backups_xbk analyzing_table_statistics working_with_binary_logs exporting_importing_tables .. performance_tunning_innobackupex Implementation ============== .. toctree:: :maxdepth: 1 limitation implementation_details xtrabackup_exit_codes References ========== .. toctree:: :maxdepth: 1 xbk_option_reference