Mention borgmatic 1.8.9+ Apprise log sending capability.

pull/309/head
Dan Helfman 2024-03-11 15:36:32 -07:00
rodzic c2bf0d6b4f
commit c9e922ce94
1 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

@ -173,15 +173,7 @@ apprise:
body: Your backups have failed.
```
#### Important Note
Just like in the previous configuration, you can use `$(cat /tmp/backup_run.log)` to send log outputs as part of the notification body. Simply replace the `body` value with this variable to include the log in your notifications.
```yaml
finish:
title: ✅ SUCCESS
body: $(cat /tmp/backup_run.log)
```
And as of borgmatic 1.8.9+, borgmatic's logs are automatically appended to the `body` for each notification.
### Conclusion