TW

Results 444 issues of TW

The code does not compile on freebsd 13 due to using `acl_extended_link_np` to determine whether a file has ACLs beyond what the normal user/group/mode bits can express. See `src/borg/platform/freebsd.pyx`. So...

help wanted
filesystem
os: bsd

use libvirt/kvm for borg platform testing (see Vagrantfile in our repo). kvm seems to be way faster. also likely more portable (virtualbox is amd/intel x64 only). quite some work though...

vagrant

https://github.com/borgbackup/borg/discussions/7647 as discussed / voted there (voting is / will be open until this ticket is close, so in case you missed it, you can still vote there). Current state...

See #8309 - is there a good way to get prettier error messages **for expected errors** (like e.g. missing pkg-config or some other system level requirement)?

i thought a bit about how to optimize the chunks cache and just wanted to document one weird idea. the issue with the chunks cache is that it needs to...

question

See there for the basics: https://github.com/jborg/attic/issues/256 The current state in borg is that it has simple sparse file support (meaning that it does nothing special on "create", but offers the...

enhancement
filesystem
cmd: extract
cmd: create

https://github.com/borgbackup/borg/actions/runs/9766803308/job/26960577084?pr=8263

bug
help wanted
os: windows

For high-latency stores (`sftp:` and a lot of what's available via `rclone:`) a full index rebuild needs to list all objects in the store and there are potentially a lot...

cmd: check
cmd: compact

`borg check` with `--verify-data` **and** `--undelete-archives`: In `verify_data`, we do a full pass over all repo objects to verify their cryptographic authenticity. We could build a list of object IDs...

cmd: check