TW

Results 2664 comments of TW

The buzhash chunker is C yes (with a wrapper in Cython), the fixed size chunker is Cython or Python. But what I meant is more a code structure thing than...

@BloodBlight many of the openssl CVEs do not affect what borg uses from OpenSSL (encryption and hashing primitives from libcrypto). Also, only the pyinstaller-made "fat binaries" include whatever OpenSSL the...

You use a rather large `FILES_CACHE_TTL` of 50 - do you really need that? Also, `zstd,9` is a rather high (expensive) compression - do you run this on already compressed...

Can you try to first remove BORG_FILES_CACHE_TTL and then make a small backup of something (just a few files, so it'll work). Use the same account for the borg client...

OK, guess borg's RAM usage / RAM availability is not the problem here. I'll copy the interesting parts of the "normal backup" to here, so it is better visible and...

200 files can be backed up sub-second usually in case most of them are unmodified. The nonce file / permissions looks good.

No idea, sorry. Usually that all works (not just for me, but for a lot of people). So, I can only guess: maybe your raspi or its configuration has some...

borg works based on files, so it does not care for partition/gpt uuid. what it does care about is the file's inode number though, so if you copy files around,...

@matthuszagh That `AssertionError` frequently happens during borg shutdown and likely is not the root cause of your issue.