• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Robocopy question

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?
 
Back
Top