You're right, its not a typo for the timestamp bugfix in the Vista version of ROBOCOPY.
-- ME2 On Mon, Apr 27, 2009 at 12:22 PM, David W. McSpadden <[email protected]>wrote: > I don't think it is. He explains it later in the same message and uses > the same syntax. Google came back with it in Vista. > I think all I want is /E /COPYALL and that should be enough. > > ----- Original Message ----- > *From:* Micheal Espinola Jr <[email protected]> > *To:* NT System Admin Issues <[email protected]> > *Sent:* Monday, April 27, 2009 12:19 PM > *Subject:* Re: Replacing Win2k3 DC > > its a typo. > > -- > ME2 > > > On Mon, Apr 27, 2009 at 12:12 PM, David W. McSpadden <[email protected]>wrote: > >> I don't see /DCOPY in the /? from command line. >> Is DCOPY in Vista but not Win2k3?? >> >> ----- Original Message ----- >> *From:* Micheal Espinola Jr <[email protected]> >> *To:* NT System Admin Issues <[email protected]> >> *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/> ~
