I am trying to exclude all files on a system except those with the .bak extension which reside in Program Files\ITGOPT\data\. I have the following lines in my .opt file (the last 3 lines), however it still tries backing up files with other extensions. How should this file read so that it only backs up .bak files?
exclude "*:\*"
exclude "*:\Program Files\ITGOPT\data\*.*"
include "*:\Program Files\ITGOPT\data\*.bak"
exclude "*:\*"
exclude "*:\Program Files\ITGOPT\data\*.*"
include "*:\Program Files\ITGOPT\data\*.bak"