sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

More information in the message #368

Open SerhiiZahuba opened 7 months ago

SerhiiZahuba commented 7 months ago

How can you add additional information on the task status. For example, information about whether the task is successful or not is sent to Telegram now, I would like to add, for example, the time spent on this task, as well as the size of the backup, etc. How to do it ?

sebastianfeldmann commented 7 months ago

We would need to change some stuff in phpbu itself.

Time spent is actually a good thing that can be applied for basically everything. I could add a duration value to every log event then it could be reported easily.

Regarding size of backups ... I would have to check if this can be added easily.