Skip to content

Instantly share code, notes, and snippets.

View tiagoblackcode's full-sized avatar

Tiago Melo tiagoblackcode

View GitHub Profile
@overture8
overture8 / remote_mysql.rb
Created May 4, 2011 12:42
Database plugin for the backup gem. Allows remote backups of MySQL databases.
require 'net/ssh'
module Backup
module Database
class SshBackup < Base
attr_accessor :name
attr_accessor :host
attr_accessor :username
attr_accessor :password
attr_accessor :host_username