mongodb 的备份和还原
摘要:
1.使用导出:mongodump -h 10.0.0.12:10006 -d test导入:mongorestore -h 10.0.0.11:10006 -d test dump/test/2.命令的手册NAME mongodump - the Mongo dump tool mongo转存工具SYNOPSIS mongodump [OPTIONS]DESCRIPTION mongodump is a tool to output a binary representation of a database. It is mostly used for doing hot backups o. 阅读全文
posted @ 2012-11-13 13:09 DON'T PANIC 阅读(601) 评论(0) 推荐(0)