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-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Features
17
17
- Auto-discovers healthy members for backup by considering replication
18
18
lag, replication 'priority' and by preferring 'hidden' members
19
19
- 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!
21
21
- Transparent restore process (*just add --oplogReplay flag to your
22
22
mongorestore command*)
23
23
- Archiving and compression of backups (*optional*)
@@ -133,7 +133,7 @@ A description of all available config settings can also be listed by passing the
133
133
Restore a Backup
134
134
~~~~~~~~~~~~~~~~
135
135
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.
0 commit comments