You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,14 @@ Requirements:
44
44
syncs time
45
45
- Must have 'mongodump' installed and specified if not at default:
46
46
*/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
49
49
- Must have Python 2.7 installed
50
50
51
51
Releases
52
52
~~~~~~~~
53
53
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.
55
55
56
56
Build/Install
57
57
~~~~~~~~~~~~~
@@ -165,7 +165,7 @@ ZBackup Archiving (Optional)
165
165
166
166
`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.
167
167
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.
169
169
170
170
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'.
0 commit comments