added ability to set binary locations for restic or borg

This commit is contained in:
Paul Wilde 2024-08-24 22:33:02 +01:00
parent e5ad7ed1d4
commit 4553ea1202

View file

@ -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
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"