{"id":392,"date":"2013-12-24T16:06:26","date_gmt":"2013-12-24T16:06:26","guid":{"rendered":"http:\/\/www.buildcube.com\/tech_blog\/?p=392"},"modified":"2023-08-14T14:02:15","modified_gmt":"2023-08-14T14:02:15","slug":"extracting-7z-files","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2013\/12\/24\/extracting-7z-files\/","title":{"rendered":"Extracting 7z files"},"content":{"rendered":"\n<p>On debian, i always recommend you install p7zip-full not p7zip<\/p>\n\n\n\n<p>To extract with 7zip on linux, in order to maintain directory structure, use the x rather than the e, so the command to extract is<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">7za x file.7z<\/pre>\n\n\n\n<p>The file above would have been produced by a command such as <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on archive.7z dir1<\/pre>\n\n\n\n<p>The above line adds all files from directory &#8220;dir1&#8221; to archive archive.7z using &#8220;ultra settings&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On debian, i always recommend you install p7zip-full not p7zip To extract with 7zip on linux, in order to maintain directory structure, use the x rather than the e, so the command to extract is 7za x file.7z The file above would have been produced by a command such as 7z a -t7z -m0=lzma2 -mx=9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-392","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":1,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":2335,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/392\/revisions\/2335"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}