mongodump -h localhost -d <bd-name> -c <collection-name> mongorestore -h host:port -d <bd-name> -c <colection-name> <field-path.bson>