Na (Anne) Zou <[EMAIL PROTECTED]> ha escrit: > Yesterday I ran "tar cvfz ../tmp.tgz ../tmp" under i386-Linux, then get > tmp.tgz successfully. Since I'll take it to customer, I check it in my > PC, winrar can untar it. But when I run "tar xvfz tmp.tgz" in customer's > Linux system, it failed with message "tar: ../tmp/a.log: Member name > contains `..'". It caused me one hour to get data transport again.
Judging by the diagnostics string, you are using some antiquated version of tar. Please use the latest tar version (currently it is 1.18). Regards, Sergey
