mongodump

Importing / Exporting …

If you’re using MongoDB and need to copy, move, backup, import, export, or do something with your data, here are a few commands that should help. From the terminal, (not inside the Mongo Shell) Exporting mongodump -d < database name > -o < output file > If connecting from outside …