Comment 8 for bug 522292

Revision history for this message
Scott Moser (smoser) wrote :

For the lazy, the fix I mentioned above is:
http://bazaar.launchpad.net/%7Esmoser/eucalyptus/euca2ools-1.0.dev/revision/257#euca2ools/euca2ools/__init__.py

- tar_cmd = ["tar", "c", "-S"]
+ tar_cmd = ["tar", "ch", "-S", ]