I want to backup just .exe files so I made this rulset:
---
Files to exclude
*.*
Locations to always include
*.exe
---
It's only working partially. I get mostly just the .exe files, however I also get any files wich has 'exe' somewhere in it's name. Examples: SciLexer.dll NppExec.dll HexEditor.ini
Am I doing something wrong?