pub async fn create_backup(
state_store: &StateStore,
output_path: &Path,
) -> Result<BackupManifest>Expand description
Create a backup by copying the state directory.
pub async fn create_backup(
state_store: &StateStore,
output_path: &Path,
) -> Result<BackupManifest>Create a backup by copying the state directory.