RTO and RPO Explained for Small Business Owners (Without the IT Jargon)
Every data protection tool and hosting provider makes assumptions about how quickly your business needs to recover from an outage and how much data you can afford to lose. Without calculating your own thresholds first, any infrastructure comparison is guesswork. Two metrics — Recovery Time Objective (RTO) and Recovery Point Objective (RPO) — determine what your DR strategy actually needs to deliver.
This article gives you a plain-language framework for establishing both numbers for your specific business.
What Is RTO — Recovery Time Objective?
Your Recovery Time Objective is a clock. It defines how long your business can be completely offline before you suffer an irreversible loss — a permanent client cancellation, a missed contractual deadline, or reputational damage that doesn't recover. RTO measures time, not data.
Your target RTO depends entirely on how your business generates revenue and interacts with clients. Three examples:
The daily e-commerce store: An online shop processing transactions hourly cannot tolerate extended outages. Cart abandonment turns immediately into lost revenue and users move to a competitor. For this business, an acceptable RTO is 1 to 2 hours.
The client service firm: A consulting agency, medical clinic, or accounting office using an online booking system can survive a short failure. But if the site is down for half a day, clients will book elsewhere rather than wait. This profile requires an RTO of roughly 4 hours.
The brick-and-mortar brochure site: A physical business using its website only as a digital business card faces little immediate risk during an outage. If leads come primarily by phone or walk-in, the site being down for a day or two is inconvenient, not a crisis. This business can operate with an RTO of 24 to 48 hours.
Calculating your hourly outage cost
To move past guesswork, calculate what a single hour of downtime actually costs:
Hourly outage cost = (average monthly digital revenue ÷ 720 operating hours) + downtime labor cost per hour
In practice: a professional services firm generating $30,000 per month in digital revenue with a three-person staff billing at $150/hour.
- Revenue at risk: $30,000 ÷ 720 = roughly $42 per hour
- Staff cost during downtime: 3 people × $150 = $450 per hour in unproductive labor
- Total baseline: approximately $490 per hour before factoring in client cancellations or reputational impact
If a $2,000 daily loss starts permanently damaging client retention, the required RTO is under 4 hours.
What Is RPO — Recovery Point Objective?
Your Recovery Point Objective is a journal. It defines how much data your business can afford to lose between the last successful backup and the moment of a failure. RPO measures data age, not downtime duration.
If your host runs an automated backup once every 24 hours — say, every night at midnight — and your server fails on a Tuesday afternoon at 4pm, you lose 16 hours of data changes when you restore from that midnight backup. If your business can recreate or tolerate losing those 16 hours, a 24-hour RPO fits your model.
How RPO requirements differ by business type:
The content site: A blog or educational site that publishes twice a week updates its database infrequently. Losing a few days of drafts is an inconvenience — the writer can rebuild from local files. An RPO of 24 to 72 hours introduces no structural risk.
The active booking or e-commerce portal: A transactional site continuously recording appointments, orders, inventory changes, and payment confirmations cannot absorb a large data rollback. Reverting even 4 hours means losing real order records and payment confirmations that cannot be reconstructed manually. This architecture requires an RPO of 1 hour or less.
To set your own RPO: ask how much data your team could lose and manually rebuild from offline sources — emails, paper records, phone notes — without triggering a financial or legal problem. The answer is your RPO floor.
Why These Numbers Must Come Before Any Product Decision
The most common mistake is purchasing backup tools based on star ratings or feature lists without first knowing your own thresholds.
Every backup product and hosting configuration has an implied RTO and RPO built into its design. When those don't match your requirements, the product fails you exactly when you need it most:
Your RTO: 1 hour → Host restore time: 3 hours = Irreversible damage before recovery
Your RPO: 1 hour → Host backup cadence: 24 hours = Up to 23 hours of data lost
SiteGround's standard backup architecture provides daily snapshots with 30-day retention. This natively meets an RPO of 24 hours. The restore process starts with one click in Site Tools — SiteGround states it completes in "minutes" for small sites. For larger databases and media libraries, restore time varies. You must know your site's actual restore time before assuming your RTO is achievable — the only way to verify this is a test restore to a staging environment.
A 15-Minute Exercise to Set Your Numbers
Work through this exercise with a notepad before evaluating any hosting or backup product.
Step 1 — Map your downtime milestones. Write down what happens to your business operations if your site goes dark for 1 hour, 4 hours, 24 hours, and 48 hours. Identify the exact point where the damage shifts from inconvenient to irreversible. That threshold is your RTO.
Step 2 — Audit your data entry rate. Review your daily inputs. How frequently does your system record new, irreplaceable information — orders, appointments, form submissions, payments? Note the average volume during a standard morning window.
Step 3 — Determine your tolerable data loss. From Step 2: what is the maximum block of data changes your team could lose and manually rebuild from email records, phone logs, or paper notes without triggering a financial or legal problem? That window is your RPO.
Step 4 — Compare against your providers. Check your hosting and backup platform specs against your finalized numbers. If their backup frequency doesn't match your RPO, or their restore time doesn't fit your RTO, adjust your stack.
Record your numbers:
My RTO: _____ hours (maximum time offline before irreversible damage)
My RPO: _____ hours (maximum data loss I can tolerate)
What These Numbers Mean for Your Hosting Choices
Backup retention window determines long-term RPO coverage
A backup system is useless if its retention window is shorter than your detection window. If malware sits dormant for 10 days before being noticed and your host only keeps 7 days of backups, your last clean restore point was overwritten before you knew there was a problem. SiteGround's 30-day retention across all plans addresses this gap for most standard business operations.
Actual restore speed determines achievable RTO
Never trust marketing language for this number. The only way to verify your hosting configuration meets your RTO is to run a test restore to a staging environment and time it. If the site loads correctly and connects to the database within your required window during a dry run, the RTO is achievable. If it doesn't, you know before an incident forces your hand.
If your numbers show you need a sub-1-hour RTO or real-time RPO, you need tools beyond standard hosting backup — external backup software shipping hourly archives to independent cloud storage, or failover hosting that routes traffic automatically if the primary server goes down.
Related:
- Does SiteGround backup qualify as real DR? →
- 5 signs your hosting backup isn't protecting your business →
- Backup vs disaster recovery — the difference that matters →
- Small business continuity guide →
FAQ
What is a good RTO for a small business? There is no universal answer — a good RTO matches your specific financial exposure and client expectations. A service business using online booking typically needs an RTO under 4 hours to prevent client churn. A static brochure website can operate with an RTO of 24 to 48 hours without significant operational damage. Calculate your hourly outage cost first, then determine the point at which the financial impact becomes unacceptable.
What's the difference between RTO and RPO? RTO measures time — how quickly your systems must be back online after a failure. RPO measures data — how much information you can afford to lose between the last backup and the moment of failure. A business can have an RTO of 4 hours (must be back online within 4 hours) and an RPO of 24 hours (can tolerate losing up to 24 hours of data changes) — these are independent thresholds that together define your DR requirements.
How do I calculate my recovery time objective? List what happens to your business at 1-hour, 4-hour, 24-hour, and 48-hour outage milestones. Calculate your direct revenue loss per hour (monthly digital revenue ÷ 720) plus your staff cost per hour during downtime. The point where those compounding losses cross into irreversible territory — client cancellations, missed deadlines, permanent reputational damage — is your required RTO.