alexkravets / heroku-mongo-backup

Backup mongodb on Heroku and push it to S3 or FTP with cron task.
https://github.com/alexkravets/heroku-mongo-backup
55 stars 33 forks source link

Backup files in plain BSON or similar #3

Open ghostganz opened 12 years ago

ghostganz commented 12 years ago

Hi,

It would be very useful if the backup files were in a format usable by other tools, e.g. BSON readable by mongorestore, instead of a "custom" format like Ruby marshal data.

For the times when you really need the backup, you wan't the backup files to be as easily usable as possible, no matter what the environment.

cheers

Anders

alexkravets commented 11 years ago

Hello Anders,

this is a really nice idea. Still not sure when have time to add this feature. Any help is very welcome!