Manu
Manu
Hi, thanks for the PR! Had a quick look and was wondering if it wouldn't be better to use `QThread` instead of native Python threads. Example of how those are...
Not useless, since Borgmatic will use its own default. (which is fine in most cases) You can still override the option, if you need to pass custom options.
That's right. If you make your own key you also need to adjust this command. We had it like this during the last big refactor. The issue with this is...
Both options aren't great. I already thought about it when someone else suggested it in the big refactoring PR. - Set both the key name and the command when using...
You don't need pipx. Just a normal virtualenv will do. You shouldn't mess with the system Python install. Personally I like to install each app in `/opt`. E.g. Borg would...
If you install it for one user only, I might use pyenv, which users `~/.pyenv`. Or with pure Python venv, I would use `~/.venv/vorta`.
Hey, thanks for adding this! Since this breaks older borgmatic versions (e.g. if someone installs from a system package) we should probably bump the major version for this.
Well, if we merge this, it will break for all older versions. That's versus having warnings in newer versions.
Doesn't sound like a Vorta issue, since mounting only runs a Borg command.
Nice find! Can you check this out, @shivansh02 ? Has a good description and would be pretty serious.