Bug - GNU tar port for Windows does not support the lz4 compression algorithm

2022-08-07 Thread abcedy sou
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 seems like the -I alias to --use-compress-program is not recog

Re: Bug - GNU tar port for Windows does not support the lz4 compression algorithm

2022-08-07 Thread Christian Schoenebeck
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