backup_coordinator_manifest - OmniCloudOrg/OmniOrchestrator GitHub Wiki

manifest (src/backup/coordinator)

Path: src/backup/coordinator/manifest.rs

Table of Contents

Public Items

fn create_backup_manifest

Definition

pub fn create_backup_manifest(backup: &Backup, backup_dir: &Path) -> Result<()> {
    // Create the manifest structure
    let manifest = json!({
    // ... function body
}

Documentation

Create the backup manifest file