I am trying to synchronize my scanner's output folder to another backup location. There are tons of files that begin with ! that I am not interested in backing up. I thought I could use the synchronize function with a regex filter like
Name No Match ^\!
But, it didn't work. The files weren't filtered out.
How do I do this?
Thanks