Files
system-config/playbooks/roles/install-borg
Jeremy Stanley 711d213613 Expand explanation of borg version pinning
In our install-borg role, we try to pin to a specific version of the
software, but that's not always possible (case in point, the version
of Python on Ubuntu 24.04 LTS won't work with the version of borg
we're running elsewhere). Clarify this in the introductory comment.

Change-Id: I4947e5cb78a14ea078ea998f43bb52673129a1cf
2025-08-22 19:16:51 +00:00
..
2020-07-21 17:36:50 +10:00

Install borg backup tool to /opt/borg

Install borg to a virtualenv; the binary will be available at /opt/borg/bin/borg.

Role Variables

The version of borg to install. This should likely be pinned to be the same between server and client.