{"id":133,"date":"2017-11-14T09:00:36","date_gmt":"2017-11-14T11:00:36","guid":{"rendered":"http:\/\/xaxowareti.com.br\/?p=133"},"modified":"2017-11-14T09:24:12","modified_gmt":"2017-11-14T11:24:12","slug":"clone-a-live-linux-system-with-rsync-over-ssh","status":"publish","type":"post","link":"https:\/\/xaxowareti.com.br\/?p=133","title":{"rendered":"Clone a live linux system with Rsync over SSH."},"content":{"rendered":"<p>Sync filesystems with Rsync over SSH (Ex: 1.2.3.4 is source machine)<\/p>\n<pre><code>rsync -aHxv --numeric-ids --progress root@1.2.3.4:\/* \/mount --exclude=\/dev --exclude=\/proc --exclude=\/sys --exclude=\/tmp\r\nrsync -aHxv --numeric-ids --progress root@1.2.3.4:\/boot\/* \/mount\/boot --exclude=\/dev --exclude=\/proc --exclude=\/sys --exclude=\/tmp  ## Only if \/boot is on separate partition in source machine\r\n------\r\n<\/code><\/pre>\n<pre><code>rsync -aAXx  \/ \/mnt\/somedir\/ \r\n   --exclude={\/dev\/*,\/proc\/*,\/sys\/*,\/tmp\/*,\/run\/*,\/mnt\/*,\/media\/*,\/lost+found}<\/code><\/pre>\n<pre><code><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Sync filesystems with Rsync over SSH (Ex: 1.2.3.4 is source machine) rsync -aHxv &#8211;numeric-ids &#8211;progress root@1.2.3.4:\/* \/mount &#8211;exclude=\/dev &#8211;exclude=\/proc &#8211;exclude=\/sys &#8211;exclude=\/tmp rsync -aHxv &#8211;numeric-ids &#8211;progress root@1.2.3.4:\/boot\/* \/mount\/boot &#8211;exclude=\/dev &#8211;exclude=\/proc &#8211;exclude=\/sys &#8211;exclude=\/tmp ## Only if \/boot is on separate partition in source machine &#8212;&#8212; rsync -aAXx \/ \/mnt\/somedir\/ &#8211;exclude={\/dev\/*,\/proc\/*,\/sys\/*,\/tmp\/*,\/run\/*,\/mnt\/*,\/media\/*,\/lost+found}<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,2],"tags":[],"class_list":["post-133","post","type-post","status-publish","format-standard","hentry","category-dicassolucoes","category-geral"],"_links":{"self":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=133"}],"version-history":[{"count":2,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/133\/revisions"}],"predecessor-version":[{"id":135,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/133\/revisions\/135"}],"wp:attachment":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=133"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}