

InterviewSolution
Saved Bookmarks
1. |
For replica sets, mongodump also supports a point in time feature with the ________ option.(a) –oplog(b) –log(c) –op(d) None of the mentioned |
Answer» The correct choice is (a) –oplog The explanation is: To restore a point in time backup created with –oplog, use mongorestore with the –oplogReplay option. |
|