vorta
vorta copied to clipboard
Vorta can't find path to borg (even when using same venv with `pipx inject`)
Description
Installation
$ Version='2.0.0b11'
$ pipx install --force "borgbackup[pyfuse3]==${Version}"
$ pipx inject borgbackup vorta --include-app
$ borg --version
borg 2.0.0b11
$ type borg
borg is /home/lamy/.local/bin/borg
Troubleshooting
python3 -c "import shutil; print(shutil.which('borg'))"
/home/lamy/.local/bin/borg
Issue
Path to borg is empty!
Reproduction
- [X] I tried to reproduce the issue.
- [x] I was able to reproduce the issue.
OS
Fedora 40, Gnome 46
Version of Vorta
0.9.1
What did you install Vorta with?
Other (with pipx)
Version of Borg
2.0.0b11
Logs
2024-10-02 23:04:09,143 - vorta.i18n - DEBUG - Loading translation failed for ['en-Latn-GB', 'en-GB'].
2024-10-02 23:04:09,233 - root - DEBUG - Not a private SSH key file: authorized_keys
2024-10-02 23:04:09,233 - root - DEBUG - Not a private SSH key file: other_keys.seahorse
2024-10-02 23:04:09,467 - root - INFO - Using NetworkManagerMonitor NetworkStatusMonitor implementation.
Relevant issues
- [FR: Ability to define path to the borg · Issue #1500 · borgbase/vorta](https://github.com/borgbase/vorta/issues/1500)
Not sure if vorta already supports recent betas of borg2? There were quite big changes.
We did last year. I think it just needs minor adjustments to the changed commands again.
I filed a PR so vorta can run with borg2 >= 2.0.0b10.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.