Move files/shares/permissions from one server to another

file-sharingwindows-server-2008

We have a Windows 2000 file server that we would like to move the file shares with permissions to a new Windows 2008 server.
I have tested the FSMT from Microsoft, and it seems that it also creates the oldservername then the shares.
Is there a better faster way of moving these shares? Robocopy is a bit confusing, as we have tested that with switches, but we have missed some.

Any suggustions?

Best Answer

In the past we've used robocopy and it worked well. It allows you to move all the data once which can take a long time, and then you can run it again a second time to grab anything that changed. This method allowed us to move all the data over the course of a week, and then grab the changes quickly on a Saturday evening before the cut over.

Here are the robocopy commands we used:

robocopy /copy:DATSO /mir /XD "system volume information" /XD recycler /r:0 /V /Log:robocopylog-to.txt

However, you asked about other utlitties and if that is still the path you'd like to take then you can always backup and restore. Most backup and restore utilities will restore with the correct permission, but this would make for a longer downtime of the data.