Monsove provides an easy way to backup/restore your MongoDB databases to different storage engines using mongodump and mongorestore.
This gem was based on previous experiments with Mongolicious and Mongobacker, both are very good but limited to use just with S3. Monsove was designed to allow you to work with any storage, in addition to the capability to restore your backups when necessary. All these features is under construction but will be available soon.
Add this line to your application's Gemfile:
gem 'Monsove'
And then execute:
$ bundle
Or install it yourself as:
$ gem install Monsove
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request