mdxp / knife-backup

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

This patch allow chef 12 to import all versions of a cookbook. #38

Closed darkseer closed 9 years ago

darkseer commented 9 years ago

There are chef pathing issues if the dirctory with the -D option is used. This patch creates a temp directory, and lets the symlinking occur there. This keeps extranious cookbooks out of the chef path and allows all exported versions to be imported without issue.

pmoosh commented 9 years ago

Thank you @darkseer

mrjcleaver commented 9 years ago

Thank you, much appreciated!