Allow option for borg binary location #48

Closed
opened 2018-01-05 05:34:51 +00:00 by import_bot · 1 comment
Collaborator

Rather than install borg 1.0.9 via Debian's Apt repos, I installed the most recent borg via pip. However, now borgmatic cannot find borg, becuase pip places it under /usr/local/bin/borg instead of /usr/bin/borg. A workaround is to symlink /usr/bin/borg to /usr/local/bin/borg, but I'd rather borgmatic have a configuration option.


Imported from Taiga issue 47 (to do). Created on 2018-01-03T16:22:04+0000 by Fred Smith.

Rather than install borg 1.0.9 via Debian's Apt repos, I installed the most recent borg via pip. However, now borgmatic cannot find borg, becuase pip places it under `/usr/local/bin/borg` instead of `/usr/bin/borg`. A workaround is to symlink `/usr/bin/borg` to `/usr/local/bin/borg`, but I'd rather borgmatic have a configuration option. --- Imported from Taiga issue 47 (to do). Created on 2018-01-03T16:22:04+0000 by Fred Smith.
Owner

Implemented via a new local_path configuration option in the most recent release, borgmatic 1.1.13! Thanks for suggesting it.

Implemented via a new `local_path` configuration option in the most recent release, borgmatic 1.1.13! Thanks for suggesting it.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#48
No description provided.