I have a lot of data on one server.
There are many shares with different permissions and security on each folder.
Now I have to migrate them to another server or storage.
Is there a way to copy the permissions and security too ?
Windows Server 2008Microsoft Legacy OSWindows Networking
Robocopy is free from Microsoft and works well. Doubletake is another option from Double-Take Software, Inc. It is not free, but reasonably priced. They do have a free trial version.
Darius Ghassem
You can use Robocopy or RichCopy to copy the folders and files with permissions to the new location
If this is a domain environment you can se dfs-r to replicate the data with permissions.
There are vbscripts available online that help transferring shares with their settings from one system to another.
Once you have dfs setup and start using the domain asked share, future file share transitions will be seamless for the users.
I'm making my file server migratino with robocopy since years :) Its really good.
You can in the same script write several command line (like i post you before) if you have a lot of shares.
Once your script is done, schedule it a night (the first full will be long, depends on how much you have to copy). The incremental after is fast.
I like to have a separate log per share (to control at the end if all is ok). (At the end on the command line, juste change robocopy.log to rob-share1.log)
arnold
Robocopy, xcopy were needed since replication using ntfrs with large files is a ....
Win2k3 r2 and newer includes dfs replication which is better an robust.
Time use the newer tool. You can setup the replication without sharing first.
Eprs_Admin
ASKER
ok but where can I download the robocopy version or better the gui version ?
Hi I used now your command on my 2008 server.
But what I see now, the data is copied but not the permissions .
The security is also copied but why no permissions ?
Why the copied folders are not shared ?