Closed t-mat closed 11 years ago
The following modifications are the minimum requirements for compatibility with tar(1):
-d
lz4 - Issue 74: Make argument handling compatible with tar.
tar -I lz4mt -cf out.tar.lz4 enwik8
mkdir test pushd test tar -I lz4mt -xf ../out.tar.lz4 cmp -b ../enwik8 enwik8 popd
The following modifications are the minimum requirements for compatibility with tar(1):
-d
to decompress (already done)lz4 - Issue 74: Make argument handling compatible with tar.