report emails should include count of minor/major errors in Subject line #22
Comments
|
Have a look at the issue22 branch: https://github.com/ewxrjk/rsbackup/tree/issue22 It's not quite the same as you ask for but it does include details of various error/warning conditions in the subject line.
However setting a low |
ewxrjk
added a commit
that referenced
this issue
Jan 3, 2015
The effect is that if an always-up host is down, the backup failures will be recorded and available in report generation. re #22
|
I think this is in its final (or at least, releasable) form now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I typically only scan the subjects of my system email, so it would be useful if rsbackup's report mails could have an indication in their subject lines of whether there are issues within that need urgent investigation or not.
Suggested implementation: categorize everything in the report by severity (major/minor/info, error/warning/info or similar), and then have the subject be "Backup report ($DATE) [errors: 1 major, 2 minor]" (or perhaps "[1 error, 2 warnings]").
Example major errors:
Example minor errors/warnings:
Example info:
The text was updated successfully, but these errors were encountered: