TW
TW
well, other commands already have `--format` so somebody could check whether it can be implemented similar to what we have.
it's in a VM and there maybe was quite some load due to other VMs, so maybe startup_wait is too short?
Doesn't always reproduce: ``` (borg-env) [vagrant@openbsd7 borg]$ pytest -vk test_with_lock ====================================================== test session starts ====================================================== platform openbsd7 -- Python 3.10.13, pytest-8.3.5, pluggy-1.5.0 -- /vagrant/borg/borg-env/bin/python cachedir: .pytest_cache benchmark: 5.1.0 (defaults: timer=time.perf_counter...
Yeah, for the archive's deduped size, borg always computes what **this** archive adds (size of all unique chunks [chunks ONLY used by this archive]) compared to the **rest** of the...
Related: #71
Related: #8514 (hashtable flags) Guess we can implement this now: - allocate flags bit C (== defining set C members) for the considered set of chunks (union of all chunks...
Or, with more memory: - allocate one bit per archive, set the bit for the chunks referenced by that archive - with that, the unique size of any combination of...
@rom1v If you have fixed sets R and C, yes, you only need to query the index once. Building the index needs to iterate over all archives though (and some...
@sebix but you hopefully don't run moin as cgi? With a persistent python/moin2 wsgi process, 2s sounds way too much for a normal/simple page. Of course, on special pages and...
Please make sure you use the latest beta and add the version number to the top post. It looks like it can't find a soft-deleted (`*.del`) archive, which is a...