mongorestore --db NewDatabase FolderOfOldDatabaseDump Note: if the database does exist then the data will be partially overwritten
mongorestore --drop --db ExistingDatabase FolderOfOldDatabaseDump
mongorestore --db ExistingDatabase --collection FolderOfOldDataseDump/CollectionFile.bson