Merge lp:~hrvojem/percona-xtrabackup/bug1250457-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: 701
Proposed branch: lp:~hrvojem/percona-xtrabackup/bug1250457-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 25 lines (+3/-3)
1 file modified
doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/bug1250457-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+198053@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/innobackupex/innobackupex_option_reference.rst'
2--- doc/source/innobackupex/innobackupex_option_reference.rst 2013-11-21 10:08:38 +0000
3+++ doc/source/innobackupex/innobackupex_option_reference.rst 2013-12-06 14:27:26 +0000
4@@ -40,11 +40,11 @@
5
6 .. option:: --decompress
7
8- Decompresses all files with the .qp extension in a backup previously made with the --compress option.
9+ Decompresses all files with the .qp extension in a backup previously made with the --compress option. The :option:`innobackupex --parallel` option will allow multiple files to be decrypted and/or decompressed simultaneously. In order to decompress, the qpress utility MUST be installed and accessable within the path. This process will remove the original compressed/encrypted files and leave the results in the same location.
10
11 .. option:: --decrypt=ENCRYPTION-ALGORITHM
12
13- Decrypts all files with the .xbcrypt extension in a backup previously made with --encrypt option.
14+ Decrypts all files with the .xbcrypt extension in a backup previously made with --encrypt option. The :option:`innobackupex --parallel` option will allow multiple files to be decrypted and/or decompressed simultaneously.
15
16 .. option:: --defaults-file=[MY.CNF]
17
18@@ -169,7 +169,7 @@
19
20 .. option:: --parallel=NUMBER-OF-THREADS
21
22- This option accepts an integer argument that specifies the number of threads the :program:`xtrabackup` child process should use to back up files concurrently. Note that this option works on file level, that is, if you have several .ibd files, they will be copied in parallel. If your tables are stored together in a single tablespace file, it will have no effect. It is passed directly to xtrabackup's :option:`xtrabackup --parallel` option. See the :program:`xtrabackup` documentation for details
23+ This option accepts an integer argument that specifies the number of threads the :program:`xtrabackup` child process should use to back up files concurrently. Note that this option works on file level, that is, if you have several .ibd files, they will be copied in parallel. If your tables are stored together in a single tablespace file, it will have no effect. This option will allow multiple files to be decrypted and/or decompressed simultaneously. In order to decompress, the qpress utility MUST be installed and accessable within the path. This process will remove the original compressed/encrypted files and leave the results in the same location. It is passed directly to xtrabackup's :option:`xtrabackup --parallel` option. See the :program:`xtrabackup` documentation for details
24
25 .. option:: --password=PASSWORD
26

Subscribers

People subscribed via source and target branches