1,mongodb所有组件官方文档地址:https://docs.mongodb.com/manual/reference/command/,所有的基础组件都在里面,包括备份恢复的mongodump.mongorestore,如01.png所示: 2,备份组件mongodump 概要mongodump is a utility for creating a binary export of the contents of a database. mongodump can export data…
事务日志是可以基于时间点恢复的,必须在full或bulk_logged模式下 Alter database [DBName] set recover bulk_logged , then the following operation will not be logged:*SELECT INTO*BULK COPY and Bulk Copy Program (BCP)*CREATE INDEX*特定文字操作 差异备份的数据文件不和数据备份的文件用一个文件,尽管可以每一种备份模式下,备份的同时…