Windows 2000 server

  • Thread starter Thread starter James
  • Start date Start date
J

James

I am moving alot of data from one windows 2000 server to
another. Is there a tool that i can use to move all the
data across and still keep all the same permission etc
 
You can use xcopy with some switch.

xcopy /?

/S: Copies directories and subdirectories except
empty ones.

/E Copies directories and subdirectories,
including empty ones.

/H Copies hidden and system files also.

/O Copies file ownership and ACL information.

/Y Suppresses prompting to confirm you want to
overwrite an existing destination file.


Charles
 
I am moving alot of data from one windows 2000 server to
another. Is there a tool that i can use to move all the
data across and still keep all the same permission etc

Robocopy in the Windows 2000 Server Resource Kit.

Leonard Severt

Windows 2000 Server Setup Team
 
Back
Top