Skip to content

Commit 6804874

Browse files
mongodump/restore links #3
1 parent 220f3de commit 6804874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Features
1919
- Creates cluster-consistent backups across many separate shards
2020
- `'mongodump' <https://docs.mongodb.com/manual/reference/program/mongodump/>`__ is the default *(and currently only)* backup method. Other methods coming soon!
2121
- Transparent restore process (*just add --oplogReplay flag to your
22-
`mongorestore <https://docs.mongodb.com/manual/reference/program/mongorestore/>`__ command*)
22+
mongorestore command*)
2323
- Archiving and compression of backups (*optional*)
2424
- Block de-duplication and optional AES encryption at rest via `ZBackup <http://zbackup.org/>`__
2525
archiving method (*optional*)
@@ -45,7 +45,7 @@ Requirements:
4545
hosts! Server time **must be synchronized on all nodes** using ntpd
4646
and a consistent time source or virtualization guest agent that
4747
syncs time
48-
- Must have 'mongodump' installed and specified if not at default:
48+
- Must have `'mongodump' <https://docs.mongodb.com/manual/reference/program/mongodump/>`__ installed and specified if not at default:
4949
*/usr/bin/mongodump*. Even if you do not run MongoDB 3.2+, it is
5050
strongly recommended to use MongoDB 3.2+ mongodump binaries due
5151
to inline compression and parallelism features

0 commit comments

Comments
 (0)