From 0645441de79ec99fb48cfd1116363d4a4a6b1856 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Sat, 24 Aug 2024 22:40:25 +0100 Subject: [PATCH] added note about borg/restic locations --- docs/content/reference/example_configuration.md | 6 ++++++ docs/norgbackupweb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/reference/example_configuration.md b/docs/content/reference/example_configuration.md index 082f6f9..e6ceda7 100644 --- a/docs/content/reference/example_configuration.md +++ b/docs/content/reference/example_configuration.md @@ -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" ``` diff --git a/docs/norgbackupweb b/docs/norgbackupweb index ab68193..7e67709 160000 --- a/docs/norgbackupweb +++ b/docs/norgbackupweb @@ -1 +1 @@ -Subproject commit ab68193803ed6f1167777fa1d0ca077b6ac33ed7 +Subproject commit 7e67709adeb94ca199796bec8d7e77d8ce189097