标签:name director directory test 需要 语法 rect mongo mon
mongodump -h dbhost -d dbname -o dbdirectory
sudo mkdir test1bak
sudo mongodump -h 192.168.196.128:27017 -d test1 -o ~/Desktop/test1bak
mongorestore -h dbhost -d dbname --dir dbdirectory
mongorestore -h 192.168.196.128:27017 -d test2 --dir ~/Desktop/test1bak/test1
标签:name director directory test 需要 语法 rect mongo mon
原文地址:https://www.cnblogs.com/LiuYanYGZ/p/12241757.html