Merge lp:~hrvojem/percona-xtrabackup/bug1239791-2.2 into lp:percona-xtrabackup/2.2

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4910
Proposed branch: lp:~hrvojem/percona-xtrabackup/bug1239791-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 25 lines (+4/-2)
2 files modified
storage/innobase/xtrabackup/doc/source/innobackupex/streaming_backups_innobackupex.rst (+2/-2)
storage/innobase/xtrabackup/doc/source/installation.rst (+2/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/bug1239791-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+197517@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
=== modified file 'storage/innobase/xtrabackup/doc/source/innobackupex/streaming_backups_innobackupex.rst'
--- storage/innobase/xtrabackup/doc/source/innobackupex/streaming_backups_innobackupex.rst 2013-08-30 09:55:04 +0000
+++ storage/innobase/xtrabackup/doc/source/innobackupex/streaming_backups_innobackupex.rst 2013-12-04 13:13:00 +0000
@@ -12,9 +12,9 @@
1212
13|innobackupex| starts |xtrabackup| in :option:`--log-stream` mode in a child process, and redirects its log to a temporary file. It then uses |xbstream| to stream all of the data files to ``STDOUT``, in a special ``xbstream`` format. See :doc:`../xbstream/xbstream` for details. After it finishes streaming all of the data files to ``STDOUT``, it stops xtrabackup and streams the saved log file too.13|innobackupex| starts |xtrabackup| in :option:`--log-stream` mode in a child process, and redirects its log to a temporary file. It then uses |xbstream| to stream all of the data files to ``STDOUT``, in a special ``xbstream`` format. See :doc:`../xbstream/xbstream` for details. After it finishes streaming all of the data files to ``STDOUT``, it stops xtrabackup and streams the saved log file too.
1414
15When compression is enabled, |xtrabackup| compresses all output data, including the transaction log file and meta data files, using the specified compression algorithm. The only currently supported algorithm is 'quicklz'. The resulting files have the qpress archive format, i.e. every \*.qp file produced by xtrabackup is essentially a one-file qpress archive and can be extracted and uncompressed by the `qpress file archiver <http://www.quicklz.com/>`_ which is available from `Percona Software repositories <http://www.percona.com/doc/percona-xtrabackup/2.1/installation.html#using-percona-software-repositories>`_. New algorithms (gzip, bzip2, etc.) may be added later with minor efforts.15When compression is enabled, |xtrabackup| compresses all output data, except the meta and non-InnoDB files which are not compressed, using the specified compression algorithm. The only currently supported algorithm is ``quicklz``. The resulting files have the qpress archive format, i.e. every \*.qp file produced by xtrabackup is essentially a one-file qpress archive and can be extracted and uncompressed by the `qpress file archiver <http://www.quicklz.com/>`_ which is available from :ref:`Percona Software repositories <installation>`.
1616
17Using |xbstream| as a stream option, backups can be copied and compressed in parallel which can significantly speed up the backup process. In case backups were both compressed and encrypted, they'll need to decrypted first in order to be uncompressed. 17Using |xbstream| as a stream option, backups can be copied and compressed in parallel which can significantly speed up the backup process. In case backups were both compressed and encrypted, they'll need to decrypted first in order to be uncompressed.
1818
19Examples using xbstream19Examples using xbstream
20=======================20=======================
2121
=== modified file 'storage/innobase/xtrabackup/doc/source/installation.rst'
--- storage/innobase/xtrabackup/doc/source/installation.rst 2013-08-30 09:55:04 +0000
+++ storage/innobase/xtrabackup/doc/source/installation.rst 2013-12-04 13:13:00 +0000
@@ -1,3 +1,5 @@
1.. _installation:
2
1===============================================3===============================================
2 Installing |Percona XtraBackup| from Binaries4 Installing |Percona XtraBackup| from Binaries
3===============================================5===============================================

Subscribers

People subscribed via source and target branches