mongodb导出和导入
bin/mongoexport -h 10.28.65.152 -d health_shaanxi_pro -c wt.health.item -o health.json --type json
bin/mongoexport -h 10.28.65.152 -d health_shaanxi_pro -c wt.health.item -o health.json --type json
bin/mongoimport -d mongotest -c users --file /home/mongodump/articles.json --type json
bin/mongoimport -d mongotest -c users --file /home/mongodump/articles.json --type json
mongodump -h dbhost -d dbname -o dbdirectory
mongodump -h dbhost -d dbname -o dbdirectory
mongorestore -h dbhost -d dbname --dir dbdirectory
mongorestore -h dbhost -d dbname --dir dbdirectory