Recovery Point Objective (RPO)
A B C D E F G H I K L M N O P Q R S T U V W Z

What Is Recovery Point Objective?

Recovery Point Objective (RPO) is the maximum acceptable volume of data loss an organization can tolerate following a disruptive event, expressed as a time duration rather than a file count. It answers the question: if a disaster, cyberattack, or system failure occurs right now, how far back in time can we afford our data to be recovered? An RPO of one hour means the organization is willing to accept losing up to one hour’s worth of data in a worst-case scenario; an RPO of zero means data must be replicated in real time with no acceptable data loss.
RPO directly determines the frequency and method of data backup. An aggressive RPO requires near-continuous data replication. A more tolerant RPO can be served by periodic scheduled backups.

How RPO Drives Backup Strategy Design

The relationship between RPO and backup architecture is direct and consequential. If an organization’s accounts payable system has an RPO of 15 minutes, the backup infrastructure must capture a clean copy of that system’s data at intervals of 15 minutes or less. If a backup fails and the next successful backup was two hours prior, the system recovers with two hours of transaction history missing, violating the RPO and potentially creating reconciliation, financial, or compliance issues.
Different systems within the same organization typically have different RPOs based on business criticality. Financial transaction systems, patient records in healthcare environments, and customer order management platforms typically carry out the most aggressive RPO requirements. Internal collaboration tools, historical archives, and test environments may be served by much more tolerant RPOs at lower infrastructure cost.

RPO and RTO: Two Distinct but Related Metrics

RPO measures data loss tolerance: how much data the organization can afford to lose.
RTO measures recovery time tolerance: how long systems can be offline before the business impact becomes unacceptable.
Both metrics must be defined and planned independently. A system can have a very aggressive RPO (data replication every five minutes), but a tolerant RTO (the system can be rebuilt over four hours) depending on the nature of the business process it supports.

Technology Options for Different RPO Targets

Continuous data replication and database log shipping support near-zero RPO requirements. Hourly incremental snapshots serve moderate RPO targets cost-effectively. Daily backup jobs with offsite or cloud replication serve tolerant RPO targets at the lowest infrastructure cost. Cloud providers offer managed database services with configurable automatic backup frequencies and point-in-time recovery capabilities that simplify RPO compliance for common database workloads.

Key Takeaways

Scroll to Top