Ben I got a usage error for /DCOPY:T ?? I am using robocopy from the Resource Kit??
----- Original Message ----- From: "Ben Scott" <[email protected]>
To: "NT System Admin Issues" <[email protected]> Sent: Thursday, April 23, 2009 2:24 PM Subject: Re: Replacing Win2k3 DC On Thu, Apr 23, 2009 at 8:21 AM, David W. McSpadden <[email protected]> wrote:
I can copy from one to the other but how do I keep the permissions in place?? I will use xcopy \\olddc\users\*.* \\newdc\users\*.* /secvoyhkdr
Don't use XCOPY, use ROBOCOPY. ROBOCOPY \\olddc\users \\newdc\users /E /COPYALL /DCOPY:T /E = everything (subdirs, files, empty subdirs, etc.) /COPYALL = dates, attributes, permissions, auditing, etc. /DCOPY:T = directory timestamps -- Ben ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
