{"id":91,"date":"2007-02-13T20:57:12","date_gmt":"2007-02-13T08:57:12","guid":{"rendered":"http:\/\/craig.dubculture.co.nz\/blog\/2007\/02\/13\/copying-file-permissions-with-robocopy\/"},"modified":"2007-04-14T14:55:05","modified_gmt":"2007-04-14T02:55:05","slug":"copying-file-permissions-with-robocopy","status":"publish","type":"post","link":"http:\/\/craig.dubculture.co.nz\/blog\/2007\/02\/13\/copying-file-permissions-with-robocopy\/","title":{"rendered":"Copying file permissions with robocopy"},"content":{"rendered":"<p>I like using rsync to copy files between PCs, even on Windows.  You get all the niceness of copying when the files are in use, and then only doing a small synchronization when they're not, to get a complete copy.Doesn't handle Windows file permissions well though.<\/p>\n<p>Enter <a href=\"http:\/\/www.ss64.com\/nt\/robocopy.html\">Robocopy<\/a> (available in the <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;DisplayLang=en\">Resource Kit<\/a>). But I've already got the files?<\/p>\n<p><tt>robocopy <em>source dest<\/em> \/s \/copy:sou \/is<\/tt><\/p>\n<p>Copies only security, owner and auditing information.  Very handy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I like using rsync to copy files between PCs, even on Windows. You get all the niceness of copying when the files are in use, and then only doing a small synchronization when they're not, to get a complete copy.Doesn't handle Windows file permissions well though. Enter Robocopy (available in the Resource Kit). But I've [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[66,68],"tags":[27,4],"_links":{"self":[{"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/posts\/91"}],"collection":[{"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":0,"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"wp:attachment":[{"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/craig.dubculture.co.nz\/blog\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}