A single click on a rigged attachment, an accidentally deleted database record or a hardware failure at the wrong moment: for an online shop, any of these can stop operations from one second to the next. Ransomware and human error hit businesses of every size - at 25 percent of companies, attackers encrypted data and demanded a ransom (Bitkom Economic Protection 2026). What matters then is not whether something happens, but how quickly you are back online. This guide shows how a tested backup following the 3-2-1 rule, clearly defined RTO and RPO targets and a documented recovery plan together form a resilient contingency plan - and how disaster recovery differs from mere observation and is anchored in professional hosting.
Why Backup and Disaster Recovery Become Mandatory in 2026
The threat landscape remains serious, even though the figures have recently declined. At 25 percent of companies, attackers encrypted data and demanded a ransom, after 34 percent the year before (Bitkom Economic Protection 2026). Notably, around 80 percent of reported attacks were directed at small and medium-sized enterprises (BSI situation report 2025) - precisely the businesses that rarely maintain their own security team. The total economic damage from data theft, industrial espionage and sabotage in Germany amounts to 211 to 270.8 billion euros per year (Bitkom Economic Protection 2026).
Yet not every data loss is an attack. An accidentally overwritten product import, a failed plugin update, a defective storage medium or a deleted customer account can have the same effect: data is gone or the shop stands still. For an online shop, downtime means not only lost revenue, but also lost trust, abandoned orders and, in the worst case, breaches of retention or data protection duties. A resilient contingency plan therefore addresses both sides: the targeted attack and the everyday mistake. The good news is that both risks can be managed with the same building blocks.
Online shops are particularly exposed here. They continuously process transaction and payment data, store personal customer data and depend on uninterrupted availability - every hour of downtime is immediately felt. Unlike many internal IT systems, an outage in the shop is instantly public: customers face an error page, shopping carts are lost and search engines register the unavailability. A well-considered backup concept is therefore not a pure IT topic but a commercial safeguard for ongoing revenue. On top of that, a shop rarely stands alone: connected systems such as inventory management, payment services and shipping providers expect consistent data, so an incomplete restore quickly triggers follow-up errors across the entire process chain.
The German Federal Office for Information Security has ranked ransomware among the greatest dangers to business and public administration in its situation reports for years (BSI). Attackers do not only encrypt production systems, they deliberately search for reachable backups as well. That is exactly why an off-network copy is not a detail but the core of an effective recovery plan.
Backup Is Not the Same as Disaster Recovery
Three terms are often mixed up in everyday use but mean different things. Monitoring observes: it reports when the shop slows down or fails. Backup secures: it creates recoverable copies of your data. Disaster recovery restores: it brings the shop back into operation in an orderly way after an incident. A shop monitoring setup is valuable because it makes an emergency visible early - but it does not replace a recovery plan. Anyone who only observes and secures without having rehearsed the restore realizes too late that a backup is incomplete or that recovery takes hours instead of minutes.
| Discipline | Key question | Result |
|---|---|---|
| Monitoring | Is the shop still up? | Alert on outage |
| Backup | Is the data secured? | Recoverable copy |
| Disaster recovery | How do we get back to business? | Orderly recovery |
Only the interplay produces a contingency plan. Monitoring provides the trigger, the backup provides the data foundation, and the documented recovery ties both into a repeatable process. This article deliberately focuses on the restore - on what happens after something has gone wrong. Observation is the preliminary stage; recovery is the goal.
The 3-2-1 Rule as the Foundation of Data Protection
The 3-2-1 rule is the de facto standard for data protection and is also recommended by security authorities as guidance (BSI). It is deliberately easy to remember and covers the most common failure scenarios: 3 copies of the data, on 2 different media types, of which 1 copy is kept off-site (BSI). Each of the three digits closes a typical gap where simple backup concepts fail.
3 - Three copies
Besides the production data, at least two further backups exist. If one copy fails or is corrupted, two remain intact. Redundancy here is not a luxury but the basic assumption of any serious backup.
2 - Two media types
The copies reside on at least two different technologies, for example local storage and object storage in the cloud. That way a media-specific defect does not affect all backups at once.
1 - One copy off-site
At least one backup is physically separated and ideally offline or immutable. This copy survives fire, theft and ransomware in the local network - it is the lifeline in an emergency.
Applied to an online shop, this means concretely: what needs to be secured is the database with orders, customers and articles, the uploaded media and documents, and the configuration together with the individually developed code. Only when all three components are included in the backup can a shop be fully restored. A backup that covers only the database but leaves out media and configuration results in a running but incomplete system in an emergency - and thus in unnecessary additional downtime.
Against ransomware the rule has evolved: 3-2-1-1-0 adds an offline or immutable copy (the extra 1) plus 0 errors during recovery - proven by regular restore tests. An immutable backup cannot be overwritten or deleted within a defined retention period, not even with stolen administrator rights.
RTO and RPO: How Much Downtime and Data Loss Can Your Shop Bear?
Two metrics decide how good a contingency plan really is: RTO and RPO. They sound technical but answer two very business-oriented questions. RTO (Recovery Time Objective) is the maximum tolerable downtime - the span from the incident to the restoration of operations. RPO (Recovery Point Objective) is the maximum tolerable data loss - the period between the last usable backup and the incident. An RPO of one hour means: in the worst case, the last hour of data is lost. An RTO of two hours means: after two hours at the latest, the shop is running again.
Both values are not technical constants but a business decision. The shorter RTO and RPO, the more complex and expensive the infrastructure - through more frequent backups, replication or standby systems. That is why it pays to set realistic targets per data category in consulting: order and payment data need a tighter RPO than rarely changed editorial content. The following values are guidance, not fixed requirements - the right fit depends on the business model.
| Data category | RPO guidance | RTO guidance |
|---|---|---|
| Order and payment data | Minutes | 1-2 hours |
| Customer accounts and CRM | Hours | Hours |
| Product catalog and media | One day | Hours |
| Editorial content | One day | Flexible |
The backup frequency follows directly from the RPO. Anyone who accepts a data loss of at most one hour must back up at least hourly - in practice often through a combination of infrequent full backups and frequent incremental backups that capture only the changes. For very tight targets, continuous replication of the database is an additional option. What matters is to actually keep and monitor the promised frequency technically: a backup schedule that fails silently pushes the real RPO back unnoticed.
Downtime is expensive. According to industry analyses, 57 percent of respondents say their most recent major outage cost more than 100,000 US dollars (Uptime Institute); for one in five, the most recent impactful outage even ran to over 1 million US dollars (Uptime Institute). For a shop, your own downtime can be roughly quantified: as revenue per hour plus follow-up costs such as support, recovery and reputational damage. It is exactly this figure that justifies investing in a tight RTO.
Typical Threats: Ransomware, Human Error, Outages
A good contingency plan thinks in scenarios rather than individual tools. The most common causes of data loss and downtime in e-commerce can be grouped into a few categories:
- Ransomware and malware: attackers encrypt systems and demand ransom. At 25 percent of companies, exactly that happened (Bitkom Economic Protection 2026). Reachable backups are often encrypted along with the rest.
- Human error: a wrong command, an overwritten import or an accidentally deleted record. Such cases are unspectacular but very frequent - and often the real reason behind restore requests.
- Hardware and infrastructure failures: defective storage, the failure of a component in the data center or an update that fails mid-operation.
- Compromised access and supply chain: stolen credentials or a manipulated dependency. Anyone who detects fraud and attack patterns early noticeably reduces the attack surface.
- Force majeure: fire, water damage or a prolonged power outage at the site.
Modern attackers do not encrypt immediately. They often move undetected through the network for weeks, delete or encrypt reachable backups first and only then the production systems. A permanently online backup drive offers little protection in this pattern. Only an offline or immutable copy - the 1 from the 3-2-1 rule - remains reliably available. A clean backup and recovery process is at the same time a building block of your obligations under the Cyber Resilience Act.
A Tested Recovery Plan Step by Step
A recovery plan is not a document for the drawer but a rehearsed sequence. It describes who does what, and in which order, in an emergency. The following steps have proven themselves in practice:
- Detect and contain: confirm the incident, isolate affected systems and stop further spread. Here monitoring provides the first signal.
- Assess: which data and systems are affected? Which recovery point (RPO) is still demonstrably clean and not compromised?
- Communicate: inform responsible people, service providers and - depending on the case - authorities and affected customers. Data protection incidents are subject to their own tight reporting deadlines.
- Restore: recover from a tested, clean backup - in the order that gets operations running again fastest.
- Verify and release: check the integrity and completeness of the data before the shop is publicly reachable again.
- Follow up: analyze the cause, close gaps and update the plan. Every incident improves the next recovery.
A clear division of roles is crucial. In an emergency there must be no debate about who has access to the backups, who grants release and who handles communication. These roles should be documented in advance - ideally with deputies, so the plan holds at night or during holidays. Recurring check and backup steps can also be automated so they run reliably and without manual intervention.
Test Your Backups: Rehearse Recovery Instead of Hoping
The most common mistake is not the missing backup, but the untested one. A backup that has never been restored is only an assumption. The BSI explicitly recommends rehearsing recovery regularly and checking backups for functionality (BSI). Only a successful restore test proves that RTO and RPO are achievable in practice and not just on paper (BSI).
A restore test reveals typical problems before they surface in an emergency: incomplete backup sets, missing database dependencies, expired access or a recovery that takes far longer than assumed. Anyone who runs this exercise once or twice a year in an isolated environment turns hope into robust certainty.
Just as important as the test itself is documenting it. Recording when the last successful restore took place, how long it took and which steps were necessary creates a solid basis - for internal evidence as well as for audits in the context of data protection and IT security. Over time, this documentation produces a realistic picture of the actually achievable RTO and RPO values, far more reliable than a one-off estimate made during setup. The following checklist summarizes what a sound backup concept looks like:
- Backups run automatically and are logged without gaps
- At least one copy is stored offline or immutable off-site
- RTO and RPO are defined and documented per data category
- A recovery plan with clear roles and reporting paths exists
- Restore tests take place regularly in an isolated environment
- Credentials and responsibilities are stored so they are reachable even during an outage
Anchor Disaster Recovery in Your Hosting Now
A resilient contingency plan does not come from a single tool but from the interplay of secure operations, tested backups and a rehearsed recovery. In XICTRON's managed hosting we anchor these building blocks directly in the ongoing operation of your shop - instead of treating them as an afterthought.
Automated, tested backups
Regular backups following the 3-2-1 rule, logged and with a physically separated copy - as a fixed part of the hosting.
Defined RTO and RPO
Together we set realistic recovery targets per data category and tune the backup frequency to match exactly.
Documented recovery
A contingency plan with clear roles, reporting paths and order - regularly confirmed by restore tests in an isolated environment.
Secure operations instead of damage control
Patch management and monitoring interlock, so incidents are detected early and data - for example from the ERP integration - is reliably secured.
Whether ransomware, human error or hardware defect: what matters is that you are prepared before the emergency strikes. Technical cleanliness is part of it too - a streamlined, stable front end reduces the attack surface and sources of error. We review the current state of your data protection, define RTO and RPO together and set up a tested recovery. The earlier the backup is in place and the more regularly it is tested, the smaller the damage when things do get serious. Talk to our team to build your individual contingency plan.
This article draws on the Bitkom Economic Protection 2026 report (ransomware exposure, annual total damage), the 2025 situation report of the German Federal Office for Information Security (BSI) (share of affected SMEs, the ransomware threat, backup recommendations), the established 3-2-1 backup rule as a protection standard, and the Annual Outage Analysis 2026 of the Uptime Institute. The figures cited can change over time and serve as guidance; this article does not replace individual security or legal advice. Status: August 2026.
A backup is the recoverable copy of your data. Disaster recovery is the entire, documented process that brings the shop back into operation in an orderly way after an incident - including roles, order and release. A backup is a necessary prerequisite but, on its own, not yet a contingency plan. Only the rehearsed recovery turns backups into robust resilience.
RTO (Recovery Time Objective) is the maximum tolerable downtime until restoration. RPO (Recovery Point Objective) is the maximum tolerable data loss, that is the distance to the last usable backup. An RPO of one hour means: in the worst case the last hour of data is missing. Both values are typically set per data category, because order data needs a tighter target than editorial content.
The 3-2-1 rule recommends three copies of the data, on two different media types, with one copy off-site (BSI). Against ransomware it is often extended to 3-2-1-1-0: an additional offline or immutable copy plus zero errors during recovery, proven by restore tests. The rule is deliberately simple and covers the most common failure scenarios.
Only if at least one copy is unreachable for attackers. Modern ransomware deliberately searches for reachable backups and encrypts them first. That is why an offline or immutable copy is decisive. Given 25 percent of affected companies (Bitkom Economic Protection 2026), this separated copy should be part of every backup concept.
The BSI recommends rehearsing recovery regularly and checking backups for functionality (BSI). Experience shows a full restore test once or twice a year in an isolated environment works well, supplemented by tests after major changes to the shop, database or infrastructure. An untested backup is, in case of doubt, not a reliable foundation.
We set up automated, tested backups following the 3-2-1 rule in hosting, define realistic RTO and RPO targets per data category together, and document a recovery plan with clear roles. Regular restore tests confirm that recovery holds in an emergency. This way disaster recovery can typically be organized as a fixed part of ongoing operations, not as improvised damage control (project experience).