Migrating data with robocopy
Few days back I had a situation when I needed to migrate data from one Windows 2003 server to another. The data contained 2 level of directories and thousands of files in them. Also the data needed to copied with ACL as well. so I wrote a script on source server as below to speed…