For example: robocopy c:\folder d:\folder /MIR /ZB /FFT /MT:32 /R:10 /W:5 /NP /XD cache temp /sl /xj
I can clearly see it copying folders with "cache" and "temp" in it. (ie. c:\folder\chrome\default\code cache\js\blah)
I've tried different things:
/xd cache /xd temp
/xd cache /xd temp
/xd "cache" /xd "temp"
/xd "cache" "temp"
But /xd cache temp chrome seemed to work to exclude the whole chrome folder
cache
,temp
, andchrome
in the root ofc:\folder
? have you tried CDing intoc:\folder
?