Skip to content

Commit 220f3de

Browse files
mongodump/restore links #2
1 parent 2362127 commit 220f3de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
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 command*)
22+
`mongorestore <https://docs.mongodb.com/manual/reference/program/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*)
@@ -223,6 +223,7 @@ Links
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/
225225
- https://docs.mongodb.com/manual/reference/program/mongodump/
226+
- https://docs.mongodb.com/manual/reference/program/mongorestore/
226227
- http://zbackup.org
227228

228229
Contact

0 commit comments

Comments
 (0)