David Copeland (dave@example.com)
Copyright © 2011 by David Copeland
Distributes under the Apache License, see LICENSE.txt in the source distro
This application provides an easy interface to backing up MySQL databases, using a canonical naming scheme for both daily backups and “end-of-iteration” backups.
Install:
gem install db_backup
Backup a database:
db_backup.rb my_database
For more help:
db_backup.rb --help gem man db_backup.rb
First, install bundler:
gem install bundler
Get the development dependencies
bundle install
Most of the code is in `bin/db_backup.rb`.