-
Notifications
You must be signed in to change notification settings - Fork 5
QuickStart
We’re in the alpha stage right now, but I have successfully used four types of source and one type of sink using material currently available in the repository.
The gem has been released on Rubyforge.
sudo gem install blanket
blanket-cfg -t taskname -o Mysql -i S3
this will create a directory named with two YAML config files inside.
blanket-cfg -h
SourcesAndSinks has more information about what can be backed up an how.
You’ll have to provide your details on the source.yml and sink.yml files. Note that right now there is only good support for having your local backup path being inside the task directory.
blanket taskname
taskname will be the directory that the YAML files are in.
This command should run through a set of steps that will look somewhat familiar if you have used Capistrano.
Thanks! Let me know at [email protected] if you have any feedback.