Hi Marco, ok for the audit message type, it sounds you are right about old version of bareos I upgraded. Documentation does not reflect "audit" is now supported, "saved" is also missing so if you could update it, thank you.
About differential report message that does not content any information about the backup (size, number of files, sped, etc...) with the same subject "*none*... *? bat.exe does not show more information on any differential backup, a popup opens "There were no results! It is possible you may need to add "catalog=all" to the Messages resource for this job." ==> I modified my configuration to have "catalog = all, !audit" and now I have Differential content log in mails. It is strange that Incremental and Full backup mail logs were not impacted like Differential backup. Denis Le 30 août 2016 7:00:39 PM Marco van Wieringen <[email protected]> a écrit : > On 08/25/16 03:53 PM, [email protected] wrote: >> Hi all, >> >> I receive annoying mails from bareos director with subject containing 4 >> "*none*" in subject each time I use bconsole or bat (under windows) : >> SUBJECT: Bareos: *None* *None* for*None* *None* >> MESSAGE: 25-Aug 13:56 bkbad01-dir: Console [default] from [2.3.4.5] cmdline >> .sql query="SELECT Job.JobId AS JobId > This looks like a audit message. > > The new syntax is for quite some time: > > Messages { > Name = Standard > mailcommand = "@bindir@/bsmtp -h @smtp_host@ -f \"\(Bareos\) \<%r\>\" -s > \"Bareos: %t %e of %c %l\" %r" > operatorcommand = "@bindir@/bsmtp -h @smtp_host@ -f \"\(Bareos\) \<%r\>\" > -s \"Bareos: Intervention needed for %j\" %r" > mail = @job_email@ = all, !skipped, !audit # (#02) > operator = @job_email@ = mount # (#03) > console = all, !skipped, !saved, !audit > append = "@logdir@/bareos.log" = all, !skipped, !audit > catalog = all, !audit > } > > # > # Message delivery for daemon messages (no job). > # > Messages { > Name = Daemon > mailcommand = "@bindir@/bsmtp -h @smtp_host@ -f \"\(Bareos\) \<%r\>\" -s > \"Bareos daemon message\" %r" > mail = @job_email@ = all, !skipped, !audit # (#02) > console = all, !skipped, !saved, !audit > append = "@logdir@/bareos.log" = all, !skipped, !audit > append = "@logdir@/bareos-audit.log" = audit > } > > So I guess you started with an older version and upgraded. > > -- > Marco van Wieringen [email protected] > Bareos GmbH & Co. KG Phone: +49-221-63069389 > http://www.bareos.com > > Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 > Komplementär: Bareos Verwaltungs-GmbH > Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, > P. Storz, M. v. Wieringen > > -- > You received this message because you are subscribed to the Google Groups > "bareos-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
