I have spent long time trying to figure out how to compress files excluding specifix extensions and can not figure out how to do it.
Lets say I want to compress all files but JPG,jpg,JPEG,jpeg
Now when I try:
afsctool -c -i -t JPG,jpg,JPEG,jpeg -v -T LZFSE .
it still compress these files.
I know I can use -s option but objective here is to speed up compressing many TB of data where many files are simply not compressible so it is much better to exclude them from the start.
I have played with -t option but genuinely can't figure out how to use it to get expected results. Neither exlusion nor inclusion.
Anybody used these options sucessfully and could give me a hint what I am doing wrong?
I have spent long time trying to figure out how to compress files excluding specifix extensions and can not figure out how to do it.
Lets say I want to compress all files but JPG,jpg,JPEG,jpeg
Now when I try:
afsctool -c -i -t JPG,jpg,JPEG,jpeg -v -T LZFSE .it still compress these files.
I know I can use -s option but objective here is to speed up compressing many TB of data where many files are simply not compressible so it is much better to exclude them from the start.
I have played with -t option but genuinely can't figure out how to use it to get expected results. Neither exlusion nor inclusion.
Anybody used these options sucessfully and could give me a hint what I am doing wrong?