# BackupRails Easy use backup gem with Rails. ## Installation Add this line to your application's Gemfile: gem 'backup_rails' And then execute: $ bundle Or install it yourself as: $ gem install backup_rails ## TODO * Add Rails generator for simple backup scripts. ## Usage For now just add the gem to your Gemfile. Move the files in /examples dir into your project. Run whenever to setup your cron job. Make sure you've set the RAILS_ENV correctly. ## Contributing Very welcome.. :) 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request