暗黑模式
TIP
参考:database-tools
mongodump --host xx.xx --port 27017 -u admin [-p xxxxxx] --authenticationDatabase=admin [-d biz] -o ./dump-2308161110
mongorestore --port 27017 -u admin --authenticationDatabase=admin --drop ./dump-2308161110
DANGER
注意 --drop 会清空备份文件里对应的数据库。
--drop