MCPcopy
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

writeMethod · 0.45
test_corrupted_manifestFunction · 0.45
test_spoofed_manifestFunction · 0.45
test_spoofed_archiveFunction · 0.45

Calls 1

_lock_refreshMethod · 0.95

Tested by 4

test_corrupted_manifestFunction · 0.36
test_spoofed_manifestFunction · 0.36
test_spoofed_archiveFunction · 0.36