FyroBacker is a simple DB backup utility written in Ruby. PostgreSQL and MySQL are supported.
git clone https://github.com/mklnz/fyro-backer.git
cd fyro-backer && gem build fyro-backer.gemspec && gem install fyro-backer
$ fyro-backer backup [config_file]
See spec/test_config.yml for sample config
Add the following to your crontab 0 0 * * * /bin/bash -l -c 'fyrobacker backup /path/to/config.yml >> /path/to/backup.log'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request