Hi Guys,
I am doing a server migration. I am making a copy of a share of a rather large size (350GB) to test the application I am installing.
They are just flat files in a simple directory T:\podmed - I am copying them to a similarly simple directory on the target server D:\podmed.
I will be running the migrated application for a few weeks to make sure everything is working OK and stable.
After that point, the night I go live, I just want to recopy the data from the production server to the new server so the data is up to date.
What is the best command line to use to copy the data so that it does not overwrite files that already exist on the destination server ?
The old server is SBS Windows 2003 the new server is Windows 2012 datacenter.
Thanks :)