I did not see your original post. What was it? The amreport command can be used to generate reports and you could schedule something like this through cron. The command format would be:
amreport backupset -l log.timestamp.0 -f report.txt
It would then process log.timestamp.0 and generate a report in report.txt that you could view.



