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!
include specific subfolders - by wildcard?
- Posts: 3
- Joined: 7 Jun 2023
-
- Posts: 4867
- Joined: 11 Jun 2019
What about "\ATX * Server\"
- Posts: 3
- Joined: 7 Jun 2023
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. ;-)
I assume your suggestion of \ATX * Server\ would work as well. And that would future-proof it into the next century. ;-)
-
- Posts: 4867
- Joined: 11 Jun 2019
Oh! I misread and thought you tried that and it didn't work lol
Nice to know that '?' is recognized as expected!
Nice to know that '?' is recognized as expected!
- Posts: 3
- Joined: 7 Jun 2023
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.
Thanks again.