Skip to content

Commit 2a181f1

Browse files
Doc updates #10
1 parent 0ca42c9 commit 2a181f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Requirements:
4444
syncs time
4545
- Must have 'mongodump' installed and specified if not at default:
4646
*/usr/bin/mongodump*. Even if you do not run MongoDB 3.2+, it is
47-
strongly recommended to use MongoDB 3.2+ binaries due to inline
48-
compression, parallelism, etc
47+
strongly recommended to use MongoDB 3.2+ mongodump binaries due
48+
to inline compression and parallelism features
4949
- Must have Python 2.7 installed
5050

5151
Releases
5252
~~~~~~~~
5353

54-
Prebuilt release binaries and packages are available on our `GitHub Releases Page <https://github.com/Percona-Lab/mongodb_consistent_backup/releases>`__. We recommend most users deploy mongodb_consistent_backup using these packages.
54+
Pre-built release binaries and packages are available on our `GitHub Releases Page <https://github.com/Percona-Lab/mongodb_consistent_backup/releases>`__. We recommend most users deploy mongodb_consistent_backup using these packages.
5555

5656
Build/Install
5757
~~~~~~~~~~~~~
@@ -165,7 +165,7 @@ ZBackup Archiving (Optional)
165165

166166
`ZBackup <http://zbackup.org/>`__ *(with LZMA compression)* is an optional archive method for mongodb_consistent_backup. This archive method significantly reduces disk usage for backups via de-duplication and compression.
167167

168-
ZBackup offers block de-duplication and compression of backups and optionally supports AES-128 encryption at rest. The ZBackup archive method causes backups to be stored via ZBackup at archive time.
168+
ZBackup offers block de-duplication and compression of backups and optionally supports AES-128 *(CBC mode with PKCS#7 padding)* encryption at rest. The ZBackup archive method causes backups to be stored via ZBackup at archive time.
169169

170170
To enable, ZBackup must be installed on your system and the 'archive.method' config file variable *(or --archive.method flag=)* must be set to 'zbackup'.
171171

0 commit comments

Comments
 (0)