Is there a way to exclude a directory based on its path?
For instance say I have the following structure:
.\Project
.\Project\Build
.\Project\Helper
.\Project\Helper\Build
I'd like to backup .\Project but I want to exclude .\Project\Build.
If I enter .\Project\Build or Project\Build in the excludes the backup contains all 4 directories.
If I enter Build in the excludes it also excludes .\Project\Helper\Build and only backs up .\Project and .\Project\Helper.
It seems to be only looking at the directory name and not its path.
Is there a way to achieve this currently?
If not I'd like to suggest it for a future version.