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/>  ~

Reply via email to