Skip to content

Branch main Interface IBackupProvider

github-actions[bot] edited this page May 3, 2026 · 103 revisions

Interface: Ibackupprovider

Back to Branch Overview

Field Value
Branch main
Source specs/interfaces/IBackupProvider.pseudo.md
Commit 194c181637a9
Synced (UTC) 2026-05-03T12:20:35Z

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