Using 9.6.5 on Windows 2019 Server.
I created a task to delete files older than five days in a folder. I want to exclude files that have their archive bit set so that I do not delete a file that has not been backed up. However, I do not seem to be able to exclude files by the Archive attribute.
In the Delete File(s) > File Filter > Attributes tab, if I uncheck "Include all attributes" and only check Include attribute(s) > Archive, I get the expected list of files with their archive bit set. However, if I only have Exclude attribute(s) > Archive checked, I get an empty list.
How do I get a list of all files except those with their archive bit set? I'm going to write a PowerShell script to do the work, but I'd rather be able to do this within the Delete File(s) task.