TW

Results 444 issues of TW

You can help the BorgBackup project by funding it, preferably by regularly donating a specific amount to make the project long term sustainable. For details see: https://www.borgbackup.org/support/fund.html Please help the...

help wanted
easy
community

prepare a release announcement with a relatively short changes list: https://www.borgbackup.org/releases/ Info sources: - https://github.com/borgbackup/borg/blob/master/docs/changes.rst - #6602 - https://github.com/borgbackup/borg/issues?q=label%3Abreaking

documentation

update: as there was no negative feedback from alpha testing, borg2 branch was merged into master, thus that big change in form of a major / breaking borg 2.0 release...

breaking
community

https://www.borgbackup.org/releases/

borg 2.0.0a4, python 3.9.13, vagrant, freebsd13, pytest 7.0.1 and 6.2.5: ``` with open(in_fn, "rb") as in_f, open(out_fn, "rb") as out_f: indata = in_f.read() outdata = out_f.read() print(repr(indata)) # prints b'XXXX...'...

help wanted
os: bsd

@LocutusOfBorg As it was before, it triggered the flake8 pep8-checker, so I fixed that. Does this still work for the issue you fixed here recently?

https://chaos.social/@sindastra/107792763024290251 see thread if we want to show compression: - use zstd compression (do not use lz4, which is default anyway) - do not use incompressible data, like jpeg images

documentation
easy

IDS_PER_CHUNK is currently at 3, making sure that testers frequently get a `item_ptrs` list with more than a single entry - like people with really big archives would get later...

### Discussed in https://github.com/borgbackup/borg/discussions/6283 Originally posted by **sophie-h** February 11, 2022 Will borg compact in borg 1.2 be able to continue where it was left off? I'm currently trying to...