Hello,
I just want to exclude Temp folders in all directories and subdirectories from the backup in my repository. It should cover temp written in upper case, lower case and mixed case. And only the word temp, folders with temp as part of the folder name eg. Temporary, should be included in the backup.
Which is correct?
-temp/
-*temp/
-*/temp/
Or some other alternative way.
Win 10 x64 Pro
Regards and many thanks.