mongodump --host=localhost:27017 --username=my_user --password=my_pwd --db=my_db --collection=my_collection --out=./
--nsInclude
옵션으로 처리mongorestore --host=localhost:27017 --authenticationDatabase=my_db --username=my_user --password=my_pwd --nsInclude=my_db.my_collection --dir=./