Sha256: 7f4d20a809dc7b9c35d17d59b97dd85c033f10ebefc11aa51e5f24660c6799c9
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
# 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. When cron jobs are not run make sure you: sudo touch /etc/cron.deny ## 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backup_rails-0.0.5 | README.md |
backup_rails-0.0.4 | README.md |
backup_rails-0.0.3 | README.md |