From 4553ea1202d07b8f7f26bd6a798a2a510ab211a0 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Sat, 24 Aug 2024 22:33:02 +0100 Subject: [PATCH] added ability to set binary locations for restic or borg --- examples/norg.toml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/norg.toml.sample b/examples/norg.toml.sample index 790af25..4bd8b71 100644 --- a/examples/norg.toml.sample +++ b/examples/norg.toml.sample @@ -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"