Add mention of sudo's "secure_path" option in borgmatic installation documentation (#513).
This commit is contained in:
parent
0e6b425ac5
commit
d045eb55ac
2 changed files with 6 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -6,6 +6,7 @@
|
||||||
once for each configured repository instead of once per configuration file. Additionally, the
|
once for each configured repository instead of once per configuration file. Additionally, the
|
||||||
"repositories" interpolated variable has been changed to "repository", containing the path to the
|
"repositories" interpolated variable has been changed to "repository", containing the path to the
|
||||||
current repository for the hook.
|
current repository for the hook.
|
||||||
|
* #513: Add mention of sudo's "secure_path" option in borgmatic installation documentation.
|
||||||
* #515: Fix "borgmatic borg key ..." to pass parameters to Borg in correct order.
|
* #515: Fix "borgmatic borg key ..." to pass parameters to Borg in correct order.
|
||||||
* #516: Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg.
|
* #516: Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg.
|
||||||
* #517: Fix borgmatic exit code (so it's zero) when initial Borg calls fail but later retries
|
* #517: Fix borgmatic exit code (so it's zero) when initial Borg calls fail but later retries
|
||||||
|
|
|
@ -51,6 +51,11 @@ sudo borgmatic --version
|
||||||
|
|
||||||
If borgmatic is properly installed, that should output your borgmatic version.
|
If borgmatic is properly installed, that should output your borgmatic version.
|
||||||
|
|
||||||
|
As an alternative to adding the path to `~/.bashrc` file, if you're using sudo
|
||||||
|
to run borgmatic, you can configure [sudo's
|
||||||
|
`secure_path` option](https://man.archlinux.org/man/sudoers.5) to include
|
||||||
|
borgmatic's path.
|
||||||
|
|
||||||
|
|
||||||
### Global install option
|
### Global install option
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue