archcommus
Diamond Member
From playing around it seems that although Robocopy supports both paths and wildcards in the /xf and /xd flags, you can't combine the two. So like if I want to exclude all files but not folders in c:\source\stuff, I can't do /xf c:\source\stuff\*. I can't simply do /xd c:\source\stuff because I DO want the sub-folders in "stuff" and beyond. This is a pretty basic feature for a sync program that is this powerful otherwise and if it doesn't support it I'm surprised. Am I missing a way to do this?