Link to home
Start Free TrialLog in
Avatar of Tony Giangreco
Tony GiangrecoFlag for United States of America

asked on

Need to Copy Shares from one server to another and retain all NTFS & File Level Permissions

I'm installing a new Windows 2008 R2 server in the domain. Currently the user shares are on one 2003 server. I'd like to robocopy a user at a time to the new 2008 server and verify their permisions are correct before moving all of them. I currently run Robocopy but need assistance so this can be done correctly the 1st time.

The folder structure looks like this: e:\Users\username

I plan to maintain the same folder structure on the new server.

Can someone provide details on moving them one at a time and then move the rest?
ASKER CERTIFIED SOLUTION
Avatar of Mike Kline
Mike Kline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
try to use robocopy command line with /mir switch ... if you are running under windows 2003 you might want to download windows resources kit
http://www.microsoft.com/en-us/download/details.aspx?id=17657

powershell will be another scripting tool that you want to be friend with :)
Avatar of joe90kane
joe90kane

I always use Vice Versa from www.tgrmn.com for this
Great piece of software and free for 30 days.
Try Microsoft File Server Migration Tool. It's GUI base and easy to track logs and handle.

To Download please refer below link.

(http://www.microsoft.com/en-us/download/details.aspx?id=10268)
Avatar of Tony Giangreco

ASKER

I just installed the new server installed. I'll test the Robocopy tomorrow.
I will suggest you instead of robo copy try Microsoft file migration tool.  It is graphical base and very easy to work and troubleshoot the also.

Robocopy and FSMT both tools are provided by Mircosoft

Refer below question :

https://www.experts-exchange.com/questions/27843985/Moving-DFS.html

IT's for dfs migration but you migrate normal share folder also.
Worked great. Thanks