The script I created is as follows:
robocopy "\\SKYPARK01\Data" "\\DATASERVER\Backups\ASI\ASI Archives\Data" /E /XO /XA:SH /R:2 /W:10 /LOG:"\\DATASERVER\Backups\ASI_Data.txt" /NFL /TEE
On the log file under each copied directory I am seeing a subdirectory "\.Thumbnails\ which isn't on my source.
Anyone know why this is?
