I have to transfer from an old file share to a new one. I transferred over a large portion of it about a month ago using robocopy but it seems like it did not transfer it all properly. I need to verify the transfer gets all of the subfolders and files this go around, what would be the proper robocoby command for that?
Would it be just straight "robocopy [source] [destination]" ? I want to make sure I don't overwrite any changed files on the new server as well.
previously I used the standard robocopy command to transfer the data with /copy:DOT but it seems as though some files/folders were missed. I am also trying to prevent this from happening too.