Mongodb Incremental Backup?
1
0
Entering edit mode
10.6 years ago

We store our pre-annotation in mongoDB which works great for genetic data. But every day the database is getting bigger and bigger and mongodump/mongorestore takes too long and uses too many resources. I know that 10gen has Incremental Backup services but at a cost plus we don't need the point in time features or cloud storage. I was wondering if anyone knows of any free, open source APIs that can do MongoDB incremental backup?

• 5.5k views
ADD COMMENT
1
Entering edit mode
10.6 years ago

If you simply want to make a copy of your data, you could try using replica sets.

http://docs.mongodb.org/manual/replication/

If you keep large-scale backups, you could try:

http://docs.mongodb.org/manual/tutorial/backup-databases-with-filesystem-snapshots/

A related solution might use rsync to make incremental backups of the underlying data directories. Your best bet is to ask for help from the mongodb community, as this is a bit off-topic here.

ADD COMMENT

Login before adding your answer.

Traffic: 2616 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6