What does the 3-2-1 approach actually describe?
In its simplest form, 3-2-1 means keeping at least three copies of the data, including production, across two different storage media or failure domains, with at least one copy in a separate location. The aim is to make it harder for one failure or mistake to remove every copy at once.
The numbers matter less than what is actually being separated. A primary file server, a second disk in that same server, and a NAS managed through the same administrator account can give you three copies on paper. Yet the same power issue, room, network path, or compromised administrator account may still affect all three.
The same point applies to cloud services. Saying that data is 'in the cloud' does not automatically make it an independent backup. You still need to know which account controls the copy, who can delete it, how long it is retained, and which dependencies it shares with the production environment.
How should you decide what needs to be protected?
Not every type of data needs the same backup frequency or method. An archive folder that has not changed for years and an accounting database that changes all day do not have the same tolerance for data loss. The first step is to understand which business process depends on which data.
Two separate time targets matter. One is how much recent work the business can afford to lose when an incident happens. The other is how quickly the service needs to be usable again. A nightly copy may technically be a backup, but it may still lose too much work for a system that changes every hour.
For some systems, restoring the file alone is not enough. If an application also depends on a database, user identity, licence, certificate, or configuration, those dependencies belong in the recovery plan as well.
- Which data is critical to which business process?
- How much recent data loss is acceptable?
- How quickly does the service need to be usable again?
- Which applications, identities, or configurations are required alongside the data?
- Are there operational, contractual, or legal retention requirements?
Why does a separate or immutable copy matter?
Ransomware does not have to stop at production files. If an attacker compromises an administrator account, online backups available to that account may also be deleted or encrypted. Keeping at least one copy outside the same easy path can make a significant difference.
That separation might come from a different administrative identity, an offline copy, another security boundary, or storage that cannot be deleted for a defined period. The right choice depends on the environment and the recovery requirement.
Immutability is not a magic fix on its own. An unsuitable retention period can fill storage quickly. Lost encryption keys can make recovery impossible. If authorised deletion and emergency procedures are not considered, the protection itself can become an operational problem.
Does cloud synchronisation count as backup?
Synchronisation is designed to keep files current across devices. That is useful, but an accidental deletion or encrypted file can also be synchronised elsewhere. Synchronisation and an independent backup are therefore not the same thing.
Services such as OneDrive, SharePoint, or Google Drive may provide version history and recovery features that form an important safety net. You still need to understand how long versions are retained, how bulk recovery works, and whether the account itself will still be accessible during an incident.
A SaaS provider operating highly available and resilient infrastructure does not automatically satisfy every recovery requirement of the business. Accidental deletion, abuse of a valid account, or a business-specific long-term retention need may require a different control.
How do you verify a 3-2-1 plan?
A green 'successful' result in the backup console is useful, but it confirms only part of the process. The real question is whether the right data can actually be recovered when it is needed.
Restoring a sample file is a useful test for some risks. If the business depends on a critical database, mailbox, or complete application chain, the test should come closer to that real scenario. A missing password, lost encryption key, or unprotected dependency should not be discovered for the first time during an incident.
The test result should be recorded as well. What was restored, how long did it take, where did the process fail, and what needs to be corrected before the next test? That turns backup from a piece of software that happens to run into a recovery process the business knows it can use.
- Are all critical data sources really in scope?
- Are the copies sufficiently separated from the same account and deletion authority?
- Who follows failed jobs and capacity alerts?
- Which recovery scenarios are actually tested?
- Can the team reach passwords, keys, licences, and documentation during an incident?
- Did the latest test meet the expected data-loss and recovery-time targets?
The measure of a good backup plan is confidence in recovery, not the number of copies.
Creating three copies is the easy part. If the business does not know which data is protected, whether the copies can survive the same incident, or what the last restore test proved, an important part of the plan is still based on assumption.
This article is for general information. It does not replace a technical assessment of your environment, a security guarantee, or legal advice.