{"id":4382,"date":"2015-12-06T16:37:19","date_gmt":"2015-12-06T16:37:19","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=4382"},"modified":"2015-12-06T17:11:47","modified_gmt":"2015-12-06T17:11:47","slug":"rsync","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=4382","title":{"rendered":"rsync"},"content":{"rendered":"<p><a href=\"http:\/\/www.freebsddiary.org\/rsync.php\">rsync &#8211; synchronizing two file trees <\/a><br \/>\n<a href=\"http:\/\/www.marksanborn.net\/howto\/use-rsync-for-daily-weekly-and-full-monthly-backups\/\">Use Rsync for Daily, Weekly and Full Monthly Backups<\/a><br \/>\n<a href=\"http:\/\/www.freebsdonline.com\/content\/view\/686\/531\/\">Rsync as a Backup Tool<\/a><\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ rsync -a \/boot\/kernel{,-8.2}\/\r\n-a         = -rlptgoD\r\n\r\n-r         = recurse into directories\r\n-l         = copy symlinks as symlinks\r\n-p         = Preserve permission\r\n-t         = Preserve time\r\n-g         = Preserve group\r\n-o         = Preserve owner (user)\r\n-D         = --devices --specials\r\n--devices  = preserve device files (super-user only)\r\n--specials = preserve special files\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>rsync &#8211; synchronizing two file trees Use Rsync for Daily, Weekly and Full Monthly Backups Rsync as a Backup Tool $ rsync -a \/boot\/kernel{,-8.2}\/ -a = -rlptgoD -r = recurse into directories -l = copy symlinks as symlinks -p = Preserve permission -t = Preserve time -g = Preserve group -o = Preserve owner (user) [&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-4382","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4382"}],"version-history":[{"count":3,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4382\/revisions"}],"predecessor-version":[{"id":4386,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/4382\/revisions\/4386"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}