Skip to content

Branch main Interface IBackupProvider

github-actions[bot] edited this page Apr 24, 2026 · 103 revisions

Interface: Ibackupprovider

Back to Branch Overview

Field Value
Branch main
Source specs/interfaces/IBackupProvider.pseudo.md
Commit 8ea5fdb8c6d9
Synced (UTC) 2026-04-24T05:19:15Z

Source Content

IBackupProvider Interface

Backup provider for deterministic pre-mutation capture and restoration.

Methods

createBackup(targetReference) -> backupReference

Create a deterministic backup before mutation-capable recovery steps.

restoreBackup(backupReference, restoreTargets) -> Boolean

Restore one or more execution targets from the specified backup reference.

Clone this wiki locally