Phpmyadmin::Backup
Backup SQL dumps via phpmyadmin
Installation
Add this line to your application's Gemfile:
gem 'phpmyadmin-backup'
And then execute:
$ bundle
Or install it yourself as:
$ gem install phpmyadmin-backup
Usage
$ phpmyadmin_backup URL USERNAME PASSWORD
Docker
$ docker run --rm -it -v $(pwd):/var/backups splattael/phpmyadmin-backup
Contributing
- 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