Skip to main content

backup_run_execute_with_executor

Function backup_run_execute_with_executor 

Source
pub fn backup_run_execute_with_executor(
    config: &BackupRunnerConfig,
    executor: &mut impl BackupRunnerExecutor,
) -> Result<BackupRunResponse, BackupRunnerError>
Expand description

Execute a persisted backup plan through an injected host executor.