I had to do a server move this weekend and used the Windows 2000 version of xcopy to do so. When the copy (~80gig) was complete there were several folders and subfolders that had the windows default permissions of everyone:full in addition to the permissions they should have.
I'm not exactly sure of the syntax I used but this should be pretty close:
xcopy <source> <dest> /S /E /V /C /Q /H /R /K /O /X
(Damn lotta switches)
Anyone seen anything like this before? Nothing obvious in technet. The copy went ok and I was able to clean up the erroneous permissions but I'm going to be doing something similar next weekend and I'd like to know what went wrong.
Might have to fall back to using Scopy if I can't find an explanation.
One of you MCSE's knows this I'm sure (wink)
I'm not exactly sure of the syntax I used but this should be pretty close:
xcopy <source> <dest> /S /E /V /C /Q /H /R /K /O /X
(Damn lotta switches)
Anyone seen anything like this before? Nothing obvious in technet. The copy went ok and I was able to clean up the erroneous permissions but I'm going to be doing something similar next weekend and I'd like to know what went wrong.
Might have to fall back to using Scopy if I can't find an explanation.
One of you MCSE's knows this I'm sure (wink)
