Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ LockTimeout
Class
LockTimeout
src/borg/storelocking.py:35–38 ·
view source on GitHub ↗
Failed to create/acquire the lock {} (timeout).
Source
from the content-addressed store, hash-verified
33
34
35
class
LockTimeout(LockError):
36
""
"Failed to create/acquire the lock {} (timeout)."
""
37
38
exit_mcode = 73
39
40
41
class
NotLocked(LockErrorT):
Callers
2
acquire
Method · 0.70
refresh
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected