{"id":3509,"date":"2023-05-24T09:40:19","date_gmt":"2023-05-24T08:40:19","guid":{"rendered":"https:\/\/kudzia.eu\/b\/?p=3509"},"modified":"2025-11-13T09:42:42","modified_gmt":"2025-11-13T08:42:42","slug":"tar-zstd-without-piping","status":"publish","type":"post","link":"https:\/\/kudzia.eu\/b\/2023\/05\/tar-zstd-without-piping\/","title":{"rendered":"tar + zstd, without piping"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tar -I \"zstd -T10\" --exclude='something' -cvf \/path\/to\/dst.tar.zstd source\/folder<\/code><\/pre>\n\n\n\n<p>sending it to a remote host and unpacking there:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>tar -I \"zstd -T32\" -cvf - data\/ | pv | ssh root@someserver\"tar --zstd -xvf - -C \/some\/path\/where\/to\/unpack\/it\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>sending it to a remote host and unpacking there:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[51],"tags":[],"class_list":["post-3509","post","type-post","status-publish","format-standard","hentry","category-unimportant"],"_links":{"self":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/comments?post=3509"}],"version-history":[{"count":3,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3509\/revisions"}],"predecessor-version":[{"id":3820,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/posts\/3509\/revisions\/3820"}],"wp:attachment":[{"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/media?parent=3509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/categories?post=3509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kudzia.eu\/b\/wp-json\/wp\/v2\/tags?post=3509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}