Merge lp:~hrvojem/percona-xtrabackup/bug882498-2.1 into lp:percona-xtrabackup/2.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 413
Proposed branch: lp:~hrvojem/percona-xtrabackup/bug882498-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 106 lines (+73/-4)
2 files modified
doc/source/conf.py (+4/-4)
doc/source/manindex.rst (+69/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/bug882498-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+113704@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2012-06-26 09:37:42 +0000
3+++ doc/source/conf.py 2012-07-06 08:39:19 +0000
4@@ -51,9 +51,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '2.0.1'
9+version = '2.1'
10 # The full version, including alpha/beta/rc tags.
11-release = '2.0.1'
12+release = '2.1'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16@@ -222,7 +222,7 @@
17 # Grouping the document tree into LaTeX files. List of tuples
18 # (source start file, target name, title, author, documentclass [howto/manual]).
19 latex_documents = [
20- ('index', 'PerconaXtraBackup.tex', u'Percona XtraBackup Documentation',
21+ ('index', 'PerconaXtraBackup-2.1.tex', u'Percona XtraBackup Documentation',
22 u'Percona Inc', 'manual'),
23 ]
24
25@@ -255,6 +255,6 @@
26 # One entry per manual page. List of tuples
27 # (source start file, name, description, authors, manual section).
28 man_pages = [
29- ('index', 'perconaxtrabackup', u'Percona XtraBackup Documentation',
30+ ('manindex', 'xtrabackup', u'Percona XtraBackup Documentation',
31 [u'Percona Inc'], 1)
32 ]
33
34=== added file 'doc/source/manindex.rst'
35--- doc/source/manindex.rst 1970-01-01 00:00:00 +0000
36+++ doc/source/manindex.rst 2012-07-06 08:39:19 +0000
37@@ -0,0 +1,69 @@
38+.. Percona Xtrabackup documentation master file, created by
39+ sphinx-quickstart on Fri May 6 01:04:39 2011.
40+ You can adapt this file completely to your liking, but it should at least
41+ contain the root `toctree` directive.
42+
43+====================================
44+ Percona Xtrabackup - Documentation
45+====================================
46+
47+*Percona* |XtraBackup| is an open-source hot backup utility for |MySQL| - based servers that doesn't lock your database during the backup.
48+
49+It can back up data from |InnoDB|, |XtraDB|, and |MyISAM| tables on unmodified |MySQL| 5.0, 5.1 and 5.5 servers, as well as |Percona Server| with |XtraDB|. For a high-level overview of many of its advanced features, including a feature comparison, please see :doc:`intro`.
50+
51+Whether it is a 24x7 highly loaded server or a low-transaction-volume environment, *Percona* |XtraBackup| is designed to make backups a seamless procedure without disrupting the performance of the server in a production environment. `Commercial support contracts are available <http://www.percona.com/mysql-support/>`_.
52+
53+*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* and *FreeBSD*. The *Windows* version is currently at alpha stage and it is available for previewing and testing purposes.
54+
55+Introduction
56+============
57+
58+.. toctree::
59+ :maxdepth: 1
60+ :glob:
61+
62+ intro
63+
64+User's Manual
65+=============
66+
67+.. toctree::
68+ :maxdepth: 2
69+ :glob:
70+
71+ manual
72+
73+Tutorials, Recipes, How-tos
74+===========================
75+
76+.. toctree::
77+ :maxdepth: 2
78+ :hidden:
79+
80+ how-tos
81+
82+* :ref:`recipes-xbk`
83+
84+* :ref:`recipes-ibk`
85+
86+* :ref:`howtos`
87+
88+* :ref:`aux-guides`
89+
90+Miscellaneous
91+=============
92+
93+.. toctree::
94+ :maxdepth: 1
95+ :glob:
96+
97+ glossary
98+ trademark-policy
99+
100+Indices and tables
101+==================
102+
103+* :ref:`genindex`
104+
105+* :ref:`search`
106+

Subscribers

People subscribed via source and target branches