Tried by adding the following text in both Mask & Regular Expression in Exclude Files Section, but does not work. Please help
.*\\\IBx\\.*
Exclude Folders containing word "IBx" from the Backup ?
Re: Exclude Folders containing word "IBx" from the Backup ?
Found the solution, using following regular mask solves the problem :
.*\\*IBx*\\.*
.*\\*IBx*\\.*