I have temporarily saved various large files in a directory that I would like to delete from the backup (several backup sets). As this was a while ago and I want to keep the other files in the backup sets, so ‘DELETE’ is not an option.
I have also read here in the forum that the alternative is not to specify the file name/path as the 3rd parameter, but to use --include instead. However, this also leads to the same result: find lists the files searched for, purge does nothing.
Why do the filename/include parameters for find and purge work so differently and how do I have to modify the purge command so that it works as expected? (I’m using version 2.0.7.0_experimental_2023-05-25.)
I think I have now solved the problem by myself. The purge command gave me no results when I first tested it with the --dry-run option. After adding --console-log-level=information, I can see what would happen.
This is confusing… I expect a critical command like PURGE is reporting the affected files without an explicit log-level.
Thanks for the information and link. Then I’m not so wrong after all.
Is there a bug entry and the chance of a fix? I couldn’t find anything quickly on GitHub.