Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/borgbackup/borg
/ break_lock
Method
break_lock
src/borg/repository.py:529–530 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
527
""
"Preload objects (only applies to remote repositories)"
""
528
529
def
break_lock(self):
530
Lock(self.store).break_lock()
531
532
def
migrate_lock(self, old_id, new_id):
533
# note: only needed for local repos
Callers
nothing calls this directly
Calls
1
Lock
Class · 0.70
Tested by
no test coverage detected