I don't see /DCOPY in the /? from command line. Is DCOPY in Vista but not Win2k3?? ----- Original Message ----- From: Micheal Espinola Jr To: NT System Admin Issues Sent: Monday, April 27, 2009 12:00 PM Subject: Re: Replacing Win2k3 DC
ROBOCOPY.EXE /?, and check what is wrong with the syntax. Its pretty easy to figure out. -- ME2 On Mon, Apr 27, 2009 at 11:56 AM, David W. McSpadden <[email protected]> wrote: 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/> ~ ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
