shell - Why are there duplicate files when extracting tar.gz archive -
i have strange problem tar.gz archives not understand.
i create archive on linux server tar -czf
when extract them on windows machine using 7z x, notifications (not all) files exist. (they extracted empty directory.)
the files wants replace have todays date, ones there have original (modified on) date had on server.
since want preserve original timestamps can use -aos option 7z, understand why happening , make sure have identical mirror of files on server after unpacking locally.
:d problem derelict duplicate directory exists both uppercase , lowercase on linux server - of course can 1 directory when extracted on windows system ( \mydir\ , \mydir\ ) problem solved. :)
thanks help!
Comments
Post a Comment