What's the proper usage for the /xd flag using robocopy? If I want to exclude all the directories containing the words test and temp, would it be robocopy src dest /xd test temp, or do I need to add ...
Title says it all. I'm regularly copying about 500GB of tiny files in lots of nested sub-folders from a server in one site to another. Robocopy gets the job done, but even after tweaking the flags, it ...