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
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