标签:sp on bs c res nbsp mongodb Go a
mongodump -d dbname -o backup
例如
mongodump -d student -o backup
mongorestore -d dbname -o backup/dbname
例如
mongorestore -d student -o backup/student
标签:sp on bs c res nbsp mongodb Go a
原文地址:http://www.cnblogs.com/Azurewing/p/4109036.html