Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
try parallel ops using --bypass-lock #5261
Comments
|
Could the |
|
No, it's a hack and not a enhanced locking system. That might come later, but don't hold your breath. |
borg usually does not let you do multiple operations in parallel. it blocks that using an exclusive lock on the repository.
there is a (potentially dangerous) hack with
--bypass-lock.for some situations, it might actually work ok without leading to problems.
practically try:
borg create repo::archive lotsofdataplusborg mount repoborg mount repoplusborg create repo::archive lotsofdataDo not try multiple repo-writing ops in parallel!
Do not use a production repo for experiments, just create a temporary one!