Manu

Results 64 issues of 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...

type:task
good first issue
help wanted

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...

status:planning
help wanted

**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...

type:enhancement

**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....

priority:low
type:enhancement
os:macos

**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...

priority:low
type:bug
good first issue
help wanted
status:not-reproducible

- [ ] 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

type:task

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...

priority:low
type:enhancement

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/

type:task

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,...

good first issue