RTO and RPO are the two metrics every contingency and backup plan aligns to: the recovery time objective (RTO) defines how long a system may stand still after an outage at most. The recovery point objective (RPO) defines how old the last recoverable data state may be — that is, how much work is lost in the worst case.
Both values are business decisions, not IT values: they derive from the costs of downtime and data loss per process — and then determine which backup frequency, replication and DR strategy is technically necessary and economically justifiable.
What the two metrics mean
The RTO clock runs from the outage: detection, decision, restore, test, release — everything must fit into the window. An RTO of four hours does not mean four hours of restore time but four hours to a usable system. The RPO looks back: with an RPO of one hour, the last backup may be at most one hour old — everything after is potentially lost.
Both values scale costs inversely to tolerance: RPO near zero demands synchronous replication instead of nightly backups; RTO near zero demands running standby systems instead of restoring from backup. That is why RTO and RPO are tiered per application — not set flat for the whole company.
Typical tiering in practice
- Critical core systems (ERP, production control): RTO minutes to a few hours, RPO minutes — replication and standby.
- Important business applications: RTO a few hours to a day, RPO hours — frequent backups or snapshots.
- Non-critical systems (archive, test): RTO days, RPO 24 hours — classic daily backup.
- Measure instead of hope: restore tests prove the actual time (RTA) against the target.