diff --git a/todo-recipes/tar.md b/todo-recipes/tar.md new file mode 100644 index 0000000..acf0a49 --- /dev/null +++ b/todo-recipes/tar.md @@ -0,0 +1,6 @@ +## tar with zstd + +``` +# zstdmt: multithread +ZSTD_CLEVEL=19 tar -I zstdmt -cvpf mytar.tar.zst myfiles +```