include specific subfolders - by wildcard?

Get help for specific problems
Posts: 3
Joined: 7 Jun 2023

johnnyzero

I would like to sync *only* a number of specific (similarly-named) sub-folders. I assume I would do this by creating some sort of Include filter, using a wildcard or whatever.

The sub-folders have names like this:
\ATX 2017 Server
\ATX 2018 Server
\ATX 2019 Server
\ATX 2020 Server
etc.

Can anyone tell me the filter phrase syntax I would use to accomplish this? Maybe something like:
\ATX 20?? Server\ ?

Thanks!
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

What about "\ATX * Server\"
Posts: 3
Joined: 7 Jun 2023

johnnyzero

Thanks. I actually went ahead and tried it with \ATX 20?? Server\, and it worked perfectly.

I assume your suggestion of \ATX * Server\ would work as well. And that would future-proof it into the next century. ;-)
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

Oh! I misread and thought you tried that and it didn't work lol
Nice to know that '?' is recognized as expected!
Posts: 3
Joined: 7 Jun 2023

johnnyzero

Sorry for the misunderstanding. I posted my question here first before trying anything, for fear of messing up my files or whatever. Then I got impatient while waiting for an answer, and I decided to try what I thought *might* work. Luckily, it worked and didn't screw anything up.
Thanks again.