From fecae39fcd0835aceaa5e86f1909154f704156c5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 3 May 2024 16:48:35 -0700 Subject: [PATCH] To avoid duplicate install, update docs to uninstall borgmatic before re-installing with Apprise (#862). --- docs/how-to/monitor-your-backups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/monitor-your-backups.md b/docs/how-to/monitor-your-backups.md index 1bd5a64a..3749714f 100644 --- a/docs/how-to/monitor-your-backups.md +++ b/docs/how-to/monitor-your-backups.md @@ -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: ```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.