Monday, October 20, 2008

Moving Folders From One Server to Another

I am in the processing of replacing a server that is ready for retirement. It is necessary for me to move the information from the old server (server A) to the new server (server B). Traditional Copy and Paste will not work because it will only copy the files, not the creation dates, security etc. Here is how I accomplished the task.

To properly copy all of the information I used Robocopy.

I used Robocopy GUI for this task. I selected the Source and Target Path. In the Copy Options Tab I selected /S /E /SEC. This copied all files and folders from Server A to Server B. It also retained the attributes and Security settings for the files and folders.

No comments: