mdxp / knife-backup

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

restore truncates files #29

Closed daraghm closed 9 years ago

daraghm commented 9 years ago

I have successfully tested restore with this. Thanks for a great tool. One odd issue is that some files got truncated during restored. The file we found was web.xml template for Tomcat which is fairly long. Could this be something like an HTTP POST size limitation?

mdxp commented 9 years ago

I would say so. Does it happen for other files? Or only for that one?

daraghm commented 9 years ago

Thanks. Digging in to this today by stepping through the backup and gz bit by bit to see where this was truncated. We do have all cookbooks in a repo so there is a workaround.

pmoosh commented 9 years ago

@daraghm - closing this issue for now, if see this issue again feel free to re-open the issue