{"id":2941,"date":"2016-02-10T23:35:51","date_gmt":"2016-02-10T23:35:51","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2941"},"modified":"2016-02-10T23:35:51","modified_gmt":"2016-02-10T23:35:51","slug":"zip-files-and-exclude-directories","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2016\/02\/10\/zip-files-and-exclude-directories\/","title":{"rendered":"Zip files and exclude directories"},"content":{"rendered":"<p>Zip and exclude one directory<\/p>\n<p>Change to the directory&#8230;<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# cd \/var\/www\/vhosts\/domainname\/httpdocs\/\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# zip -r domainname.zip * -x \\*test\\*\n<\/pre>\n<p>2 directories<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# zip -r domainname.zip * -x \\*test\\* \\*test2\\*\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Zip and exclude one directory Change to the directory&#8230; # cd \/var\/www\/vhosts\/domainname\/httpdocs\/ # zip -r domainname.zip * -x \\*test\\* 2 directories # zip -r domainname.zip * -x \\*test\\* \\*test2\\*<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-2941","post","type-post","status-publish","format-standard","hentry","category-administration"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2941","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2941"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2941\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2941"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2941"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2941"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}