15.265 14.9.25 Backup y recuperación
- BKP-01: Define RPO/RTO independently for raw captures, metadata, models and telemetry.
- BKP-02: Create consistent metadata backups using database-supported snapshot/backup procedure.
- BKP-03: Replicate immutable artifacts by digest and verify destination hashes.
- BKP-04: Store manifests that map metadata snapshot to exact artifact inventory.
- BKP-05: Use at least one backup outside the active NVMe failure domain for retained projects.
- BKP-06: Encrypt and test key recovery where backups are encrypted.
- BKP-07: Run scheduled restore drills onto a clean target, not only checksum jobs.
- BKP-08: Verify application can open restored schema and reproduce a sampled AnalysisResult.
- BKP-09: Document recovery after abrupt power loss, failed update, corrupt DB and lost device.
- BKP-10: Do not delete local source solely because a transfer started; require verified acknowledgement.
- BKP-11: Backups respect consent withdrawal and tombstone propagation.
- BKP-12: A recovery result includes evidence, elapsed time, missing artifacts and operator sign-off.
15.265.1 Unidad recuperable
RecoverySet =
metadataSnapshot
+ artifactInventory(manifest + digests)
+ model/config manifests
+ deployment receipt
+ encryption-key recovery reference
Un backup no está validado hasta que un restore limpio puede abrir los datos y reproducir al menos una muestra de resultados.