Fix for borgmatic not stopping Borg immediately when the user presses ctrl-C (#761).

This commit is contained in:
Dan Helfman
2023-09-27 08:52:00 -07:00
parent af422ad705
commit 10933fd55b
4 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ sudo pipx upgrade borgmatic
Omit `sudo` if you installed borgmatic as a non-root user. And if you
installed borgmatic *both* as root and as a non-root user, you'll need to
upgrade each installation indepedently.
upgrade each installation independently.
If you originally installed borgmatic with `sudo pip3 install --user`, you can
uninstall it first with `sudo pip3 uninstall borgmatic` and then [install it