On Sonntag, 7. August 2022 14:58:26 CEST abcedy sou wrote: > Hello, > With GNU tar on Linux you can run tar -I lz4 to run tar with the lz4 > compression algorithm, given that lz4 is installed. > In the Windows port, when trying to run tar -I lz4, I get the following > error: > tar: invalid option -- I
It would help to know which tar implementation and version you are actually talking about. tar --version AFAIK Windows ships bsdtar from libarchive.org, not GNU tar. Best regards, Christian Schoenebeck