how to take a backup of mongodb code example
Example 1: take db backup mongodb
mongodump --collection=myCollection --db=test
Example 2: take db backup mongodb
mongodump --host=mongodb1.example.net --port=3017 --username=user --password="pass" --out=/opt/backup/mongodump-2013-10-24