MCPcopy
hub / github.com/borgbackup/borg / rollback

Method rollback

src/borg/remote.py:970–971  ·  view source on GitHub ↗

actual remoting is done via self.call in the @api decorator

(self)

Source from the content-addressed store, hash-verified

968
969 @api(since=parse_version("1.0.0"))
970 def rollback(self):
971 """actual remoting is done via self.call in the @api decorator"""
972
973 @api(since=parse_version("1.0.0"))
974 def destroy(self):

Callers 4

test_consistency2Function · 0.45

Calls

no outgoing calls

Tested by 4

test_consistency2Function · 0.36