CentralConfigBackupJob

This is a simple backup cron script to backup etcd contents into an Azure blob storage every X minutes.

Installation

gem 'central_config_backup_job'

And then execute:

$ bundle

Or install it yourself as:

$ gem install central_config_backup_job

Usage

In "lib\conf.yml" update Etcd's IP/Port and also Azure's storage accounts name and key. Run lib\central_config_backup_job.rb" as a cron every 5 minutes (or as decided otherwise) and that's it.

Contributing

  1. Fork it ( http://github.com//central_config_backup_job/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request