Windows 2000 server

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
 
C

Charles

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
 
L

Leonard Severt [MSFT]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top