added note about borg/restic locations
This commit is contained in:
parent
4553ea1202
commit
0645441de7
2 changed files with 7 additions and 1 deletions
|
@ -76,4 +76,10 @@ 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"]
|
||||
|
||||
# Set locations of the borg or restic binaries if you need to.
|
||||
# Norg will check some common locations and use the first one it finds, but
|
||||
# if you have them installed in a non-standard location, set that location here
|
||||
[binaries]
|
||||
borg_bin = "/usr/local/bin/borg"
|
||||
restic_bin = "/usr/local/bin/restic"
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ab68193803ed6f1167777fa1d0ca077b6ac33ed7
|
||||
Subproject commit 7e67709adeb94ca199796bec8d7e77d8ce189097
|
Loading…
Reference in a new issue