From 7d9b77ab585980d7b76c528814a50c45ed9e3bea Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 21 Jul 2022 16:51:36 -0700 Subject: [PATCH] tar recipe --- todo-recipes/tar.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 todo-recipes/tar.md 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 +```