exclusion filters - specific folders?

As far as I can tell (unless I’m getting the syntax wrong), you can’t specify that specific folders are excluded from a backup, so for example, I’d like to backup everything under “c:\Documents and Settings” but explicitly exclude certain directories (the browser cache directories for Internet Explorer, Firefox, and Chrome) but don’t want to specify the full path the the specific directories to be excluded.

However, specifying the full directory path fails to exclude that directory, and the files contained in it are still backed up. For example, I’ve tried:

/exclusionFilter "C:\Documents and Settings\Eric.TALTOS\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache"

but it doesn’t exclude the directory from the backup.

Hi

Did you try /exclusionFilter “Cache” ?
Specifying full path for an exclusion (or inclusion) filter is not supported by CB, so this is why it’s not excluded from backup.

Thanks

That would keep all folders called “Cache” from being backed up, which isn’t necessarily what I want.

Since full path exclusion isn’t supported (which is good to know) - any chance that will be added at some point in the future?

Yes, it will.

Thanks