You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the process of adding HTTP notification support, but I am having some trouble since notifications are treated as global configurations. The net effect is that it makes it hard to have per-backup URLs and to integrate with services like healthchecks.io .
One of the simplest solutions would be to have per-backup notifications. A similar type of backup automation, Borgmatic, uses hooks per configuration. Have there been thoughts of going this route before?
The text was updated successfully, but these errors were encountered:
dataoscar
added a commit
to dataoscar/duplicacy-util
that referenced
this issue
Feb 10, 2021
Add an additional notifier that supports http requests using
GET, POST, and PUT methods.
This additionally adds support for declaring additional
notifications at the backup configuration. This is helpful
when HTTP notifications would be different per backup job and
would otherwise use different URLs.
Fixesjeffaco#51, closesjeffaco#55
I am in the process of adding HTTP notification support, but I am having some trouble since notifications are treated as global configurations. The net effect is that it makes it hard to have per-backup URLs and to integrate with services like healthchecks.io .
One of the simplest solutions would be to have per-backup notifications. A similar type of backup automation, Borgmatic, uses hooks per configuration. Have there been thoughts of going this route before?
The text was updated successfully, but these errors were encountered: