Add a minimal stand-alone borgmatic binary in addition to the standard one (#1314).

This commit is contained in:
Dan Helfman
2026-06-01 15:51:01 -07:00
parent 4ee057a909
commit 7cd9e6b361
6 changed files with 20 additions and 21 deletions
+4 -2
View File
@@ -152,8 +152,10 @@ contents of your backups when you're feeling too lazy to type out a full
borgmatic command-line.
Depending on how you installed borgmatic, it may not have come with the
necessary Python libraries to support the browse action. For instance, if you
originally [installed borgmatic with
necessary Python libraries to support the browse action. (borgmatic's
[stand-alone
binary](https://projects.torsion.org/borgmatic-collective/borgmatic/releases)
does not currently include them.) If you originally [installed borgmatic with
uv](https://torsion.org/borgmatic/how-to/install-borgmatic/), run the following
to install the libraries needed for the browse action:
+1 -1
View File
@@ -98,7 +98,7 @@ installing borgmatic:
#### Etc.
* [stand-alone Linux binary](https://projects.torsion.org/borgmatic-collective/borgmatic/releases) (This is a beta feature!)
* [stand-alone Linux binary](https://projects.torsion.org/borgmatic-collective/borgmatic/releases) (This is a beta feature! The minimal binary omits [Apprise support](https://torsion.org/borgmatic/reference/configuration/monitoring/apprise/).)
* [Ansible role](https://github.com/borgbase/ansible-role-borgbackup)
* [pipx](https://pipx.pypa.io/stable/)