borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
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...
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...'...
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? QUESTION I SUPPOSE ## System information. For...
@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?
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Question / Issue ## System information. For...
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
## Have you checked borgbackup docs, FAQ, and open Github issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? BUG ## System information. For client/server mode...
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...