File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,16 +235,16 @@ args: null
235
235
description : |
236
236
After restoring the database dump, replays the :term:`oplog` entries
237
237
from a bson file.
238
- When used in conjunction with :option:`mongodump --oplog
239
- <--oplog>`, :binary:`~bin.mongorestore --oplogReplay <mongorestore>`
238
+ When used in conjunction with :option:`mongodump --oplog`,
239
+ :binary:`~bin.mongorestore --oplogReplay <mongorestore>`
240
240
restores the database to the point-in-time backup captured with the
241
241
``mongodump --oplog`` command.
242
242
243
243
{{program}} searches for any valid source for the bson file
244
244
in the following locations:
245
245
246
246
- The top level of the dump directory, as in the case of a dump created
247
- with :option:`mongodump --oplog <--oplog> `.
247
+ with :option:`mongodump --oplog`.
248
248
249
249
- The path specified by :option:`--oplogFile`.
250
250
You can’t perform that action at this time.
0 commit comments