Let's say you have a brand new faster computer with bigger hard drives. This will be your new server. But there are loads of files on old servers with shares having different permissions on it. How can you easily copy old files to your new server.
The first tool you need is robocopy (Available by Microsoft). This tool allows copying files with access permissions. Use with parameter /DATSU. If you use /DATSOU, you may not able to turn back (Ex. delete copied files)
Because you are not the owner of those files.
We have copied files but shares are not available yet. First, we need to start sharing of those folders. Don't worry about the permissions for now. Then use permcopy (Available by Microsoft). Permcopy is a simple tool that moves shared folder permissions from one server to another server.
Now you have a copy ofthe files on your old server in your new server. Congratulations!
