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?

link|improve this question
feedback

1 Answer

Is \.Thumbnails\ hidden ?

link|improve this answer
1  
And is the source a Linux machine? In Linux hidden folders start with '.' – Alberto Martinez Nov 12 '10 at 0:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.