From c9e922ce9476f22632685d359135d79666a9fb92 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 11 Mar 2024 15:36:32 -0700 Subject: [PATCH] Mention borgmatic 1.8.9+ Apprise log sending capability. --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 93bdd6c..ec58400 100644 --- a/README.md +++ b/README.md @@ -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