Home  ›  Glossary  ›  Safe Copy Isolation

What Is Safe Copy Isolation?

Safe copy isolation is the practice of keeping a known-good backup copy separated from the production and identity environment that could compromise it — so that when everything else is encrypted or destroyed, one trustworthy copy remains reachable only to the recovery process. The “safe copy” is the copy you restore from; “isolation” is what keeps it safe.

The distinction that matters most is this: isolation is about who can reach the copy, not whether the copy can be changed. A copy can be immutable and still be attacked at the platform level if a compromised admin can reach it. Safe copy isolation closes that path — it ensures the recovery copy sits outside the blast radius of whatever took down production.

What makes a copy “safe”

A copy is only safe if it is trustworthy on two counts: it has not been altered, and it cannot be reached by whatever compromised the primary environment. Isolation delivers the second, and it has to hold across every dimension an attacker would use:

  • Network separation. The copy lives on a segmented network with restricted routing, not on the flat production LAN where a compromised host can reach it.
  • Identity separation. No shared directory or single sign-on between production and the safe copy. A compromised domain admin should not also be a storage admin.
  • Control-plane separation. The interfaces that govern retention and deletion are not reachable from production, so settings cannot be changed from a breached host.
  • Fault-domain separation. A failure or attack in production does not cascade into the copy’s environment — a narrow administrative blast radius.

A copy that shares any one of these with production is not isolated; it is just another target that happens to be labelled “backup.”

Safe copy isolation vs. immutability

Both are sold as ransomware protection and sound interchangeable. They are not — they solve different halves of the same problem.

  • Immutability answers can this data be changed? — it prevents a stored object from being modified or deleted for a set period. See S3 Object Lock and WORM.
  • Isolation answers can this data be reached at all? — it prevents a compromised system from getting to the storage in the first place.

An attacker with valid admin credentials can attack a backup platform even when individual objects are locked — by altering retention before a lock takes effect, deleting buckets, or hitting the platform itself. Isolation reduces reachability; immutability reduces mutability. A safe copy needs both, which is why serious designs layer them rather than choosing one — the same logic behind a logical air gap.

Safe copy isolation and the 3-2-1-1-0 rule

Safe copy isolation is the operational form of the extra “1” in the 3-2-1-1-0 backup rule: at least one copy kept offline, air-gapped or immutable. The strongest designs make that copy both isolated and immutable, and then satisfy the “0” by proving it restores through restore testing. An isolated copy you have never test-restored is an assumption, not a safe copy.

Safe copy isolation and ARTESCA

Scality ARTESCA is object storage you deploy on standard servers, and its CORE5 cyber-resilience design assembles safe copy isolation from several separations rather than a single feature.

  • Credential and identity separation. Backup and storage systems use isolated credentials, so compromising the backup application’s domain does not hand over the storage layer.
  • Zero-trust admin controls. No user, application or system is trusted by default; administrative access requires MFA and follows least-privilege boundaries.
  • Hardened platform. The integrated OS is hardened with no root access, shrinking the surface a compromised host could use to reach the control plane.
  • Object-level immutability. S3 Object Lock in governance and compliance modes, plus legal hold, keeps the reached copy unchangeable.
  • Geographic separation. Multi-site and offsite copies extend isolation across locations so a single-site event does not take the safe copy with it.

The result is a copy that stays online and quickly recoverable while remaining unreachable from a compromised production and identity environment — safe because it is both isolated and immutable.

Safe copy isolation FAQs

Is a safe copy the same as an immutable copy?

No. An immutable copy cannot be changed; a safe copy also cannot be reached by whatever compromised production. Immutability alone can still be undermined at the platform level by a compromised administrator. A truly safe copy combines immutability with isolation.

Does a second copy in the cloud count as isolated?

Only if it is genuinely separated. A second location under the same account, identity provider and management plane shares a blast radius with the first — one compromised control plane reaches both. It becomes isolated when identity, control and access are separated, not merely when the data sits somewhere else.

What breaks safe copy isolation?

The usual failures are a shared directory or SSO between production and backup, backup servers joined to production Active Directory, management interfaces reachable from the production network, and overly broad access policies. Each reopens a path from a compromised environment to the copy.

How is safe copy isolation tested?

By verifying that the isolated copy actually restores — the “0” in 3-2-1-1-0. Restore testing confirms both that the copy is intact and that the recovery path works, turning an assumed-safe copy into a proven one.