Tar file with multi threaded zstd tar -c -f directory.tar.zst -I "zstd -T16" directory Untar file with multi threaded zstd tar -x -f directory.tar.zst -I "unzstd -T16"