borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
if a repo only has PUT2 (and no PUT any more), e.g. `replay_segments` should call `iter_objects(..., read_data=False)`. with PUT tags, a CRC32 check was only possible when reading the data...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? REQUEST ## Describe the problem you're observing....
we don't have that yet, but guess it would be good for: - decompression buffer allocation - not only knowing the csize, but also the size without actually reading and...
this is a simple transform to c level classes, which removes the need for slots, and uses c level properties as well i wonder how to benchmark the impact
just had a `borg check --repair` run and it fixed a ton of issues (replacing missing chunks with all-zero replacement chunks). rc was 0. I was wondering if that is...
Currently, borg has only a few, rather generic return codes: 0 ok, 1 warning, 2 error, >=128 for termination due to signals. This could be improved (preferably with a breaking...
In master branch, mypy is integrated into CI, but most of the code does not have type annotations yet.
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? QUESTION ## System information. For client/server mode...
The case: big repo (1 TB for example) with multiple snapshots and a lot of archives inside it, lz4 was used. The problem: borg recreate with --exclude and --recompress to...
Is there any way to query the quota introduced in https://github.com/borgbackup/borg/pull/2565? So that I, as a borg client/borg user, check how much size my remote repo already uses and how...