From e9fbbff63831891ba0b6b6a9e62ec4abb59b16ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 27 Jun 2013 21:24:57 +0200 Subject: [PATCH] mixed up restore/backup --- .../2013-04-27-automated-backups-for-chef-server.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2013-04-27-automated-backups-for-chef-server.markdown b/source/_posts/2013-04-27-automated-backups-for-chef-server.markdown index 18ad9a1..337adce 100644 --- a/source/_posts/2013-04-27-automated-backups-for-chef-server.markdown +++ b/source/_posts/2013-04-27-automated-backups-for-chef-server.markdown @@ -43,9 +43,9 @@ $ wget http://blog.higgsboson.tk/downloads/code/chef-backup/restore-chef.sh $ chmod +x {backup,restore}-chef.sh ``` -{% include_code restore script lang:bash chef-backup/backup-chef.sh %} +{% include_code backup script lang:bash chef-backup/backup-chef.sh %} -{% include_code backup script lang:bash chef-backup/restore-chef.sh %} +{% include_code restore script lang:bash chef-backup/restore-chef.sh %} Modify BACKUP variable to match your backup destination. Next you will need a knife.rb to get access to your server.