{"id":1158,"date":"2017-01-16T01:23:46","date_gmt":"2017-01-16T01:23:46","guid":{"rendered":"http:\/\/rdircio.ddns.net\/blog\/?p=1158"},"modified":"2017-09-28T15:37:04","modified_gmt":"2017-09-28T15:37:04","slug":"rsync-a-linux-os-excluding-the-non-desireable-files","status":"publish","type":"post","link":"\/blog\/index.php\/rsync-a-linux-os-excluding-the-non-desireable-files\/","title":{"rendered":"rsync a linux OS, excluding the non-desireable files"},"content":{"rendered":"<p>You can create a file to exclude all the patterns you need<\/p>\n<p># cat x.txt<br \/>\n\/proc\/*<br \/>\n\/dev\/*<br \/>\n\/run\/*<br \/>\n\/tmp\/*<br \/>\n\/sys\/*<br \/>\n\/mnt\/*lol<br \/>\n\/media\/*<br \/>\n\/lost+found<br \/>\n\/var\/lib\/origin\/<br \/>\n\/gbt\/<br \/>\n\/registry\/<br \/>\n*log<\/p>\n<p>Then just rsync<br \/>\n# rsync -rtva &#8211;progress \/ 10.156.197.10:\/a\/ &#8211;exclude-from x.txt<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can create a file to exclude all the patterns you need # cat x.txt \/proc\/* \/dev\/* \/run\/* \/tmp\/* \/sys\/* \/mnt\/*lol \/media\/* \/lost+found \/var\/lib\/origin\/ \/gbt\/ \/registry\/ *log Then just rsync # rsync -rtva &#8211;progress \/ 10.156.197.10:\/a\/ &#8211;exclude-from x.txt<\/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-1158","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1158"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1158\/revisions"}],"predecessor-version":[{"id":1159,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1158\/revisions\/1159"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1158"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}