borgbase / vorta

Desktop Backup Client for Borg Backup
https://vorta.borgbase.com
GNU General Public License v3.0
2k stars 133 forks source link

Vorta can't find path to borg (even when using same venv with `pipx inject`) #2087

Open lamyergeier opened 2 weeks ago

lamyergeier commented 2 weeks ago

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!

image

image

Reproduction

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

ThomasWaldmann commented 2 days ago

Not sure if vorta already supports recent betas of borg2? There were quite big changes.

m3nu commented 1 day ago

We did last year. I think it just needs minor adjustments to the changed commands again.

ThomasWaldmann commented 1 day ago

I filed a PR so vorta can run with borg2 >= 2.0.0b10.