Hello there!
I am searching fo a way to backup a folder with all it's subdirectories except the directories called "source".
Windows Server Backup supports exclusions based on filters for file name extensions, but i haven't found a case where folder or specific filenames have been excluded.
- Is there a way to do that with built in features?
- Or is it better to use a powershell script in combination with robocopy?
- Third party utilities would be my last resort.
I am thankful for any hints and suggestions into the right direction!