To avoid duplicate install, update docs to uninstall borgmatic before re-installing with Apprise (#862).
This commit is contained in:
parent
38bc4fbfe2
commit
fecae39fcd
1 changed files with 2 additions and 1 deletions
|
@ -420,7 +420,8 @@ pipx](https://torsion.org/borgmatic/docs/how-to/set-up-backups/#installation),
|
||||||
run the following to install Apprise so borgmatic can use it:
|
run the following to install Apprise so borgmatic can use it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pipx install --force borgmatic[Apprise]
|
sudo pipx uninstall borgmatic
|
||||||
|
sudo pipx install borgmatic[Apprise]
|
||||||
```
|
```
|
||||||
|
|
||||||
Omit `sudo` if borgmatic is installed as a non-root user.
|
Omit `sudo` if borgmatic is installed as a non-root user.
|
||||||
|
|
Loading…
Reference in a new issue