mongo_export.sh
!#/bin/bash
mongoexport -h x.x.x.x --port 27017 -d database -c collection -q '{branch_type:{$regex:/.*中心.*/i}}' -o /home/hadmin/data/transfer20190514.json --type json
-h :ip地址
-d :database
-c :collection
-q :查询条件
-o :文件名
mongo_import.sh
!#/bin/bash
mongoimport -h x.x.x.xx --port 27017 -d address -c collection --file /home/hadmin/data/transfer20190514.json --type json
手机扫一扫
移动阅读更方便
你可能感兴趣的文章