Exlude doesn't work with absolute paths
A free file archiver for extremely high compression
Brought to you by:
ipavlov
I would like to exlude some directories when zipping c:\*
It doesn't work.
Example:
In the 7-zip installation directory:
7z a -r -tzip hali * -x!Codecs\*
This works fine, the Codecs subdir is empty in the archive
7z a -r -tzip hali1 "d:\Program Files\7-zip\*"
-x!"D:\Program Files\7-Zip\Codecs\*"
this doesn't work, the files in the Codecs subdir
appear in the archiv.
Version used: 4.12 beta
Tibor PEAK
Peak.Tibor@gbc.hu
Logged In: YES
user_id=278209
I'm using the Linux port p7zip in Debian. No matter what I
try, I cannot get 7z to exclude directories from an archive
operation. It doesn't matter whether I try absolute or
relative paths, it doesn't work at all.