Skip to main content

Timeline for Sync two external harddrives?

Current License: CC BY-SA 2.5

5 events
when toggle format what by license comment
Dec 10, 2012 at 22:17 comment added Archagon There are a few more flags you might want to look at. For example /b allows you to copy directories even if you're not the owner, as long as you run robocopy as an admin. (I have a bunch of user folders -- Desktop, Documents, etc. -- from previous Windows installations on my external drives, and it's impossible to access them without either using that flag, or painfully changing the owner and permissions first.) You might also want to exclude junction points and symbolic links, which will get traversed unless you explicitly say otherwise.
May 19, 2010 at 14:48 vote accept CommunityBot
May 14, 2010 at 21:28 comment added user3109 it looks like robocopy C:\src C:\dst /mir /copyall will do the trick (but requires admin rights to access/set the security attr with copyall) -edit- to note mir will delete files that dont exist on src like i wanted.
May 14, 2010 at 20:39 history edited grawity_u1686 CC BY-SA 2.5
added 47 characters in body
May 14, 2010 at 20:32 history answered grawity_u1686 CC BY-SA 2.5