In this chapter, we will cover the following recipes:
- Taking backup using mongodump tool
- Taking backup of a specific MongoDB database or collection
- Taking backup of a small subset of documents in a collection
- Using bsondump tool to view mongodump output in human readable form
- Creating a point in time backup of replica sets
- Using the mongoexport tool
- Creating a backup of a sharded cluster