Want to do an incremental backup for mongodb. Journaling? Oplog?

前端 未结 2 1184
感动是毒
感动是毒 2020-12-29 15:15

I want to daily backups for a single mongodb database, probably with mongodump. To not lose any data, I would like this to be incremental so if something goes wrong in the m

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 15:46

    The best way to do the backups is to configure Ops Manager as part of your MongoDB infrastructure, but it does so much more than just backups...

提交回复
热议问题