Creating Daily Digest Email

I’m trying to figure out how to offset sending a notification e-mail for every time a client backs up, as I’m backing up multiple clients hourly, and by doing so, would be spammed for e-mails. I’m hoping to be able to create a backup summary that would send once a day that would list all backups and whether they were successful or not.

To do so, I’m assuming I’d have to make a cronjob, but can’t seem to find a log file that to parse that would contain the results of the emails that are sent where it would list “Urbackup: Incremental file backup of “XXXXXXX” - success.” entries to be able to just dump those out in a single e-mail.

Has anyone tried to do anything like this or have any insight on how to make this possible?

Thanks.