Restore copies the snapshot and replays included log entries.
highlighted = computed this step
Replay to the target
Restore starts from the snapshot, then replays the included log records in order.
copy then replay
Apply included writes
The compiler applies 2 records and changes 2 items.
applied=2
Backup and restore-point examples are tiny finite replay models; cloud products, backup strategy, RPO/RTO, encryption, compliance, performance, and runbooks are out of scope.
Read the restored state
The restored-state table is the result after those included writes are replayed.
restored state after replay
Summary
No log record past the target can change this restored state.