// 导出单独库 mongodump -d dr -o /data/backup/db/dr/
// 导入云库 mongorestore --host dds-xxxx.mongodb.rds.aliyuncs.com:1111,dds-xxxx.mongodb.rds.aliyuncs.com:1111 --username root --password xxxx --authenticationDatabase admin -d dr --dir /data/backup/db/dr/dr/
|