Hi,
/XO allows you to ecxlude the existing file from being overwrited if its modified time is newer than the source file. This switch does not accept a date and 20201204 is treated as the file name. As you had no file named 20201204, robocopy did nothing. To copy the newly modified files you can run the following command
robocopy \\Srv-oldserver\e$\ImageWarehouse \\srv-newserver\E$\ImageWarehouse /xo
Best Regards,
Ian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.