Sha256: 0a2c66116473cfc3e08a8218d6463b22ca25dda8da35f59c19f74add187828cd
Contents?: true
Size: 897 Bytes
Versions: 4
Compression:
Stored size: 897 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. whenever --update-crontab crontab -l # Check if everything got updated 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
backup_rails-0.0.9 | README.md |
backup_rails-0.0.8 | README.md |
backup_rails-0.0.7 | README.md |
backup_rails-0.0.6 | README.md |