Skip to content

Commit 7286f7d

Browse files
Doc updates
1 parent a865aa5 commit 7286f7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Features
1717
- Creates cluster-consistent backups across many separate shards
1818
- Transparent restore process (*just add --oplogReplay flag to your
1919
mongorestore command*)
20-
- Archiving and compression of backups
20+
- Archiving and compression of backups (*optional*)
2121
- Block de-duplication and optional AES encryption at rest via `ZBackup <http://zbackup.org/>`__
22-
archiving method
22+
archiving method (*optional*)
2323
- AWS S3 Secure/HTTPS Multipart backup uploads (*optional*)
2424
- `Nagios NSCA <https://sourceforge.net/p/nagios/nsca>`__ push
2525
notification support (*optional*)
@@ -161,13 +161,13 @@ To enable, ZBackup must be installed on your system and the 'archive.method' con
161161

162162
$ apt-get install zbackup
163163

164-
ZBackup data is stored in a repository directory named *mongodb_consistent_backup-zbackup* and must be restored using a 'zbackup restore ...' command.
164+
ZBackup data is stored in a repository directory named *'mongodb_consistent_backup-zbackup'* and must be restored using a 'zbackup restore ...' command.
165165

166-
**Get Backup from ZBackup Repo**
166+
**Get Backup from ZBackup**
167167

168168
::
169169

170-
$ zbackup restore --password-file /etc/zbackup.passwd /mnt/backup/default/mongodb_consistent_backup-zbackup/backups/20170424_0000.tar
170+
$ zbackup restore --password-file /etc/zbackup.passwd /mnt/backup/default/mongodb_consistent_backup-zbackup/backups/20170424_0000.tar | tar -xf
171171
172172
Roadmap
173173
~~~~~~~

0 commit comments

Comments
 (0)