Manu
Manu
Borg's JSON output changed a bit in version 1.2.0 and 1.2.1. E.g. the `finished` key was added. We should have tests for current and previous versions. So would need to...
Borg will get more detailed return codes to enhance error reporting. Likely in 1.2.x or 1.3 at the latest. Initial list here: https://github.com/borgbackup/borg/issues/6756#issuecomment-1147355783 This isn't breaking for us, since we...
**Describe the bug** With Borg 1.2, Borg will pull a good amount of data before adding the repo. Currently we don't show a proper status message and just block the...
**Describe the bug** In some cases it's not desirable to give full disk access to Vorta. We still show the below prompt every time and users have to close it....
**Describe the bug** Vorta may crash in rare situations, while calculating source folder sizes. First reported [here](https://github.com/borgbase/vorta/commit/9bad152a8006710f42e4bf95e7fca96a28b7ffa3#commitcomment-58205419) **To Reproduce** Steps to reproduce the behavior: (not verified) 1. Go to source...
- [ ] Reformat existing code, [Preserve history](https://github.com/psf/black#migrating-your-code-style-without-ruining-git-blame) - [ ] Add check to CI - [ ] Add config to project
When adding a new repo that needs a custom SSH key, that's not possible yet. Not sure if the key selected in the same profile is used. Still not fully...
New version of PyQt was released beginning of Jan. We need to update some references and possible make small API adjustments. Not expecting any major issues. https://pypi.org/project/PyQt6/
Should there be an option to also init the repo?
Best performance and upstream default: ``` atime: false bsd_flags: false ctime: true ``` - [ ] Conservative new default: atime=false, flags=true, ctime=true - [ ] Review options for flags (bsd,...