berolinux / xar

Automatically exported from code.google.com/p/xar
0 stars 1 forks source link

add file extension filter flag, with suffixes to ignore #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add an option with file extensions to use --compression=none on,
such as .gz or .bzip2 or uncompressable files like .mp3 or .jpg

The zip command uses the colon character as file suffix delimiter,
such as: "zip -rn .Z:.zip:.tiff:.gif:.snd  foo foo" for instance

Original issue reported on code.google.com by anders.f...@gmail.com on 19 Sep 2007 at 10:38

GoogleCodeExporter commented 8 years ago
Hmm, maybe the --no-compress flag already does this...

Original comment by anders.f...@gmail.com on 19 Sep 2007 at 10:41

GoogleCodeExporter commented 8 years ago
Right, --no-compress should do this, sorry for not remembering that earlier.

xar should also do some intelligent compression choices for not compressing 
already
compressed data.

Original comment by bbraun on 16 Oct 2007 at 7:21