mdxp / knife-backup

knife plugin to help backup and restore a chef server.
Apache License 2.0
110 stars 45 forks source link

Restore cookbooks fails all if a single cookbook has syntax errors #50

Closed devryan closed 8 years ago

devryan commented 8 years ago

When restoring over a hundred cookbooks+versions, if a single cookbook has syntax errors, the whole process bails out. This is pretty frustrating. It should skip if error and continue on with the rest, and just warn.

devryan commented 8 years ago

PS, thanks for all your work on this plugin, thing works awesome aside from this issue, and it's helping with testing a Chef 11-12 upgrade since I can easily backup+restore using this plugin :)

pmoosh commented 8 years ago

Closing with #52