Skip to content

Commit 2362127

Browse files
mongodump/restore links
1 parent fe106e6 commit 2362127

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Features
1717
- Auto-discovers healthy members for backup by considering replication
1818
lag, replication 'priority' and by preferring 'hidden' members
1919
- Creates cluster-consistent backups across many separate shards
20-
- 'mongodump' is the default *(and currently only)* backup method. Other methods coming soon!
20+
- `'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
2222
mongorestore command*)
2323
- Archiving and compression of backups (*optional*)
@@ -133,7 +133,7 @@ A description of all available config settings can also be listed by passing the
133133
Restore a Backup
134134
~~~~~~~~~~~~~~~~
135135

136-
The backups are mongorestore compatible and stored in a directory per backup. The *--oplogReplay* flag **MUST** be present to replay the oplogs to ensure consistency.
136+
The backups are `mongorestore <https://docs.mongodb.com/manual/reference/program/mongorestore/>`__ compatible and stored in a directory per backup. The *--oplogReplay* flag **MUST** be present to replay the oplogs to ensure consistency.
137137

138138
::
139139

@@ -222,6 +222,8 @@ Links
222222

223223
- https://www.percona.com/blog/2016/07/25/mongodb-consistent-backups/
224224
- https://www.percona.com/blog/2017/01/09/mongodb-pit-backups-part-2/
225+
- https://docs.mongodb.com/manual/reference/program/mongodump/
226+
- http://zbackup.org
225227

226228
Contact
227229
~~~~~~~

0 commit comments

Comments
 (0)