ChefBackup
A gem that backs up and restores Chef Infra Servers. Used as the backend for
chef-server-ctl backup
and chef-server-ctl restore
Usage
chef-server-ctl backup
chef-server-ctl restore some_backup.tgz
Contributing
- Fork it ( https://github.com/chef/chef_backup/fork )
- 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 a new Pull Request