I have a backup job where the size of the incremental backup can vary widely, which triggers the "Suspicious incremental backup size" alarm.
When I edited exclusions for the alarm, I didn't see an option to pick backup jobs.
I discovered, however, that I can exclude a backup job using the Job name field in the Rule.
The default value for Job name is * (all jobs).
I used a negative lookahead regular expression:
Code: Select all
^(?!Backup Job - Special)
The above expression will exclude this alarm for the backup job "Backup Job - Special".