TW
TW
Updates: In my experimental branch, I implemented a new Repository class: - working with `borgstore` - without repo index (each chunk is a separate store object) - without transactions -...
It's not just that we have to avoid 2 writers at the same time. If a reader is active while another writer is active, it could be also that it...
@nprncbl it's not like archives are separate, single files for borg. besides that, we just got rid of posix-locking at other places because it caused too many compatibility issues. If...
It's still the case that borg does not allow multiple parallel operations in same repo, because first op locks the repo.
Guess some people would simply keep `borg create --list` logs and then do `grep -i whatiwant borg*.log`.
Closing this, borg needs enough RAM.
@mortee Issue is not closed. But OTOH other stuff has higher priority and there are limited developer resources.
IIRC we already have at least one other ticket for an "updating extraction".
Guess this is solved.