Manu
Manu
Came to post the same. Will try it out. May help us revive those mount tests. And even the Homebrew formulas.
Sorry, error message or image is missing. 😬
We'll need a traceback that shows the error in Vorta's code. Else we can't do much. That's why the issue template will ask for logs 😇
Probably in Qt, when a widget isn't removed properly when exiting. Needs some patience to debug this.
Debugging native code is a bit more involved. Rough starting point: https://skybert.net/python/python-pytest-hangs-forever/
Hi, this is a network interruption. You can just proceed with your backup. Borg will do a checkpoint every 30 minutes, so you don't loose much progress. Not to self:...
Can reproduce. Maybe `os.fork()` doesn't work on macOS any more? It's not really needed when using the bundled app package. I believe we added it for Flatpak. If there is...
Interesting use case. We already have others doing similar things. The guy who added the profile import feature for example. The `--daemonize` option was added to disconnect Vorta from the...
This data isn't always available, since it's expensive to calculate. We need to see how the situation will be in Borg 2.
You're passing sh-style patterns, when the default is fn-style. So you need to either prefix with `sh:` or change to fn-style. Borg docs have more (also linked in Vorta): https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-patterns.