Does anyone know of any easy way to copy all folders and subfolders with data from one server to another, without copying duplicate folder names. If a duplicate folder name exists is there a way to dump it to a file like and exception list?
I.E Server1 Server 2 (destination)
d:\test d:\1
d:\test1 d:\test1
I want to copy all folders and subfolders from Server1 to server 2. Since Test1 is on both servers don't overwrite test1 on server 2 generate a list so we can copy manually later?
I.E Server1 Server 2 (destination)
d:\test d:\1
d:\test1 d:\test1
I want to copy all folders and subfolders from Server1 to server 2. Since Test1 is on both servers don't overwrite test1 on server 2 generate a list so we can copy manually later?