Hi all
Was wondering if it was possible to exclude any folders with the name "Caseware" from deduplication?
I know you can do this if you know the path for instance "E:\Client Data\C001\Caseware" however each client has a "Caseware" folder within it's ID (C001, C002, C003 etc) along with other folders like "Backups", "Misc" which I want to be part of the deduplication process.
I was thinking something like "*\Caseware", I can't see a way of doing this through the GUI but thought it might be possible with PowerShell however the below command's didn't work
PS C:\> Set-DedupVolume –Volume F: -ExcludeFolder E:\*\Caseware
Or
PS C:\> Set-DedupVolume –Volume F: -ExcludeFolder *\Caseware
Had a search on the internet and haven't found anything as of yet, if this isn't possible I will have to just put all the move the "Caseware" folders out of the client's folder into something like E:\Caseware\C001, E:\Caseware\C002.
Any help/advice appreciated, hoping this is achievable
Cheers
Chris