tar with zstd

tar with zstd


tar --zstd -cf ./tb.tar.zstd ./.thunderbird

you can add ZSTD_CLEVEL=19 env vith compression level or use -I “zstd -19” instead of --zstd

Содержание