Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Grant Bevis be6bf729fd
Merge pull request #319 from trash-it/patch-2
Update README.md
2024-04-30 08:09:10 +01:00
Grant Bevis ac7568a53a
Merge pull request #326 from borgmatic-collective/dependabot/pip/borgmatic-apprise--1.8.11
Bump borgmatic[apprise] from 1.8.10 to 1.8.11
2024-04-30 08:08:39 +01:00
dependabot[bot] cc538bf7d1
Bump borgmatic[apprise] from 1.8.10 to 1.8.11
Bumps [borgmatic[apprise]](https://github.com/borgmatic-collective/borgmatic) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/borgmatic-collective/borgmatic/releases)
- [Changelog](https://github.com/borgmatic-collective/borgmatic/blob/main/NEWS)
- [Commits](https://github.com/borgmatic-collective/borgmatic/compare/1.8.10...1.8.11)

---
updated-dependencies:
- dependency-name: borgmatic[apprise]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 22:53:58 +00:00
trash-it b15a77092b
Update README.md
Add apprise state definition
2024-04-20 09:38:10 +02:00
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -154,6 +154,11 @@ Starting from version 1.8.4, Borgmatic has native support for Apprise within its
```yaml
apprise:
states:
- start
- finish
- fail
services:
- url: mailto://smtp.example.com:587?user=info@example.com&pass=YourSecurePassword&from=server@example.com
label: mail

Wyświetl plik

@ -1,5 +1,5 @@
--extra-index-url https://dl.cloudsmith.io/public/borgmatic-collective/borgmatic/python/simple/
borgbackup==1.2.8
borgmatic[apprise]==1.8.10
borgmatic[apprise]==1.8.11
llfuse==1.5.0