~longbow/percona-xtrabackup/fix664986

« back to all changes in this revision

Viewing changes to doc/source/innobackupex/innobackupex_script.rst

  • Committer: Alexey Kopytov
  • Date: 2011-07-19 07:15:08 UTC
  • mfrom: (290.2.1 staging)
  • Revision ID: akopytov@gmail.com-20110719071508-lxkx7tgghohnevkn
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========================
 
2
 The innobackupex Script
 
3
=========================
 
4
 
 
5
The |innobackupex| tool is a *Perl* script that acts as a wrapper for the :doc:`xtrabackup <../xtrabackup_bin/xtrabackup_binary>` *C* program. It is a patched version of the ``innobackup`` *Perl* script that *Oracle* distributes with the *InnoDB Hot Backup* tool. It enables more functionality by integrating |xtrabackup| and other functions such as file copying and streaming, and adds some convenience. It lets you perform point-in-time backups of |InnoDB| / |XtraDB| tables together with the schema definitions, |MyISAM| tables, and other portions of the server.
 
6
 
 
7
We are currently not satisfied with the architecture, code quality and maintainability, or functionality of |innobackupex|, and we expect to replace it with something else in the future.
 
8
 
 
9
This manual section explains how to use |innobackupex| in detail.
 
10
 
 
11
 
 
12
The Backup Cycle - Full Backups
 
13
===============================
 
14
 
 
15
.. toctree::
 
16
   :maxdepth: 1
 
17
 
 
18
   creating_a_backup_ibk
 
19
   preparing_a_backup_ibk
 
20
   restoring_a_backup_ibk
 
21
 
 
22
Other Types of Backups
 
23
======================
 
24
 
 
25
.. toctree::
 
26
   :maxdepth: 1
 
27
 
 
28
   incremental_backups_innobackupex
 
29
   partial_backups_innobackupex
 
30
 
 
31
Proficiency
 
32
===========
 
33
 
 
34
.. toctree::
 
35
   :maxdepth: 1
 
36
 
 
37
   streaming_backups_innobackupex
 
38
   parallel_copy_ibk
 
39
   throttling_ibk
 
40
   remote_backups_ibk
 
41
   importing_exporting_tables_ibk
 
42
   pit_recovery_ibk
 
43
 
 
44
 
 
45
..    performance_tunning_innobackupex
 
46
 
 
47
Implementation
 
48
==============
 
49
 
 
50
.. toctree::
 
51
   :maxdepth: 1
 
52
 
 
53
   how_innobackupex_works
 
54
 
 
55
 
 
56
References
 
57
==========
 
58
 
 
59
.. toctree::
 
60
   :maxdepth: 1
 
61
 
 
62
   innobackupex_option_reference
 
63