added ability to set binary locations for restic or borg
This commit is contained in:
parent
e5ad7ed1d4
commit
4553ea1202
1 changed files with 5 additions and 0 deletions
|
@ -49,3 +49,8 @@ base_url = "https://uptime.kuma.url/api/push/1234abcd"
|
||||||
|
|
||||||
# what backup states you wish to send an alert for, defaults to Success, Failure and Running
|
# what backup states you wish to send an alert for, defaults to Success, Failure and Running
|
||||||
states = ["Success","Failure", "Running"]
|
states = ["Success","Failure", "Running"]
|
||||||
|
|
||||||
|
[binaries]
|
||||||
|
# You can set locations for borg and restic binaries if you need to
|
||||||
|
borg_bin = "/usr/local/bin/borg"
|
||||||
|
restic_bin = "/usr/local/bin/restic"
|
||||||
|
|
Loading…
Reference in a new issue