Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ put_manifest
Method
put_manifest
src/borg/repository.py:544–546 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
542
raise
NoManifestError
543
544
def
put_manifest(self, data):
545
self._lock_refresh()
546
return
self.store.store(
"config/manifest"
, data)
547
548
def
store_list(self, name, *, deleted=False):
549
self._lock_refresh()
Callers
5
write
Method · 0.45
test_corrupted_manifest
Function · 0.45
test_spoofed_manifest
Function · 0.45
test_manifest_rebuild_corrupted_chunk
Function · 0.45
test_spoofed_archive
Function · 0.45
Calls
1
_lock_refresh
Method · 0.95
Tested by
4
test_corrupted_manifest
Function · 0.36
test_spoofed_manifest
Function · 0.36
test_manifest_rebuild_corrupted_chunk
Function · 0.36
test_spoofed_archive
Function · 0.36