After running into some surprises trying to use file/directory exclude specs, I want to make sure I understand the rules.
1) The exclude spec IS case-sensitive, correct? (From my root directory, I have a subdirectory “BackWPup”. If I specify “backwpup”, it doesn’t work.)
2) From my root directory, I have a subdirectory “test1”. I had originally thought I could exclude it and subsequent test subdirectories (test2, test3, etc) by specifying “test*”. But that doesn’t work. What are the rules for using wildcards in a file and/or directory exclude spec?
Thanks.