pub fn validate_source_path(field: &str, value: &str) -> ValidationResultExpand description
Validate a kopia identity sourcePath (the part after the first :). Lenient:
spaces and : are allowed (only the first : is kopia’s delimiter, and the rest
is the path verbatim), but the path must be non-empty and free of newlines / ASCII
control characters.