Copy folders without losing permissions

robbyp

Junior Member
Dec 2, 2003
24
0
0
Hello,

I just installed a new RAID 5 drive on our NT server and I will be copying all of the contents of another drive to the new drive. How can I do this without reseting permissions? Thanks.
 

WobbleWobble

Diamond Member
Jun 29, 2001
4,867
1
0
I would use drive imaging software like Ghost.

And when you do a Windows copy, don't you also copy the permissions as well?
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
If both drives are available, xcopy or robocopy (with proper command line switches) wil work. If this is the boot volume or both drives can't be online at the same time, Ghost or DriveImage.

Bill
 

SoulAssassin

Diamond Member
Feb 1, 2001
6,135
2
0
robocopy is the answer, it's part of the RK but if you search M$'s site I belive you can d/l it. It's a pretty powerful utilty, run robocopy /??? for all options.