• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Copy folders without losing permissions

robbyp

Junior Member
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.
 
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
 
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.
 
Back
Top