Merge pull request #309 from witten/master

Mention borgmatic 1.8.9+ Apprise log sending capability.
pull/311/head
Grant Bevis 2024-03-30 14:19:30 +00:00 zatwierdzone przez GitHub
commit d917f697c5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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