From 1fed44f9056274d6ea54fbee668b4d9f595f83f2 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 9 Oct 2023 14:15:54 -0700 Subject: [PATCH] Add documentation note about sudo and sudoers "secure_path" option (#757). --- docs/how-to/set-up-backups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 922e2a1b..1e05bde7 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -69,7 +69,8 @@ borgmatic --version If borgmatic is properly installed, that should output your borgmatic version. You can also try `sudo borgmatic --version` if you intend to run borgmatic -with `sudo`. +with `sudo`. If that doesn't work, you may need to update your [sudoers +`secure_path` option](https://wiki.archlinux.org/title/Sudo). ### Other ways to install