pub fn validate_backup(
spec: &BackupSpec,
origin: Origin,
) -> Vec<ValidationError>Expand description
Validate a Backup spec for a given origin, accumulating all problems.
origin is supplied by the caller because the canonical value lives in
status.origin / the kopiur.home-operations.com/origin label, not in spec (ADR ยง3.4).