Directory Exclusions Based On Path
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?
- Read more about Directory Exclusions Based On Path
- 11 comments
- Log in or register to post comments