Promobar

Why Your Backup Administrator Should Not Have All the Keys


Most backup architectures concentrate power dangerously. The same person who schedules backups also has credentials to delete them. The same server that writes data also has network paths to destroy it. This concentration is exactly what ransomware operators exploit. The antidote is a deliberate separation of duties, enforced by Air Gap Backups copies that require different access credentials and often physical presence to restore.

The Problem of Over-Privileged Backup Accounts

Backup software runs with elevated permissions. It needs to read all files and write to storage targets. If an attacker compromises that backup server or its service account, they inherit those same permissions. They can delete backup catalogs, expire retention policies, and overwrite good data with garbage. An air-gapped copy cannot be modified by those compromised credentials because it is simply not online.

Role-Based Access Across the Gap

Design your air gap workflow so that no single person can both initiate a backup and delete the offline copy. One team schedules and runs backups to a staging area. A different team or a different set of credentials handles the transfer to air-gapped media. Recovery requires both teams to authenticate. This makes insider attacks and credential theft far more difficult.

The Recovery Key Problem

If your air gap backup uses encryption and it should where do you store the encryption key? Storing it online defeats the purpose. Storing it only in a safe means recovery requires manual key entry. Many organizations use a hardware security module (HSM) that is itself air-gapped or a split-key system where two people each hold half the key. No single breach grants access.

Audit Trails That Cannot Be Erased

An attacker who compromises your backup server can often delete logs covering their actions. But if your air gap solution writes its own audit trail to write-once media or to a separate logging device, those logs survive. When you later reconnect the air gap for recovery, you can see exactly when and how the online backup was destroyed valuable forensic evidence.

Operational Separation Without Paranoia

You do not need military-grade security for most environments. Simple separation works: the air gap backup destination has a different local admin password than your production environment. That password is stored in a password manager accessible only to two people. The physical drive or tape is stored in a locked cabinet. These small friction points stop automated ransomware and casual insiders.

Conclusion

Implementing Air Gap Backups with proper separation of duties transforms your recovery capability from a single point of failure into a distributed trust system. Start by documenting who has access to delete backups today. Then design a workflow where that person or that compromised account cannot touch your air-gapped copy. Test the recovery process with two different people present. The discipline pays off when a breach occurs.

FAQs

Q1: What if the only person who can access the air gap backup is on vacation during a breach?

Plan for this. Designate at least two people as recovery key holders. Store backup recovery instructions in a sealed envelope in a separate location. Consider a "break glass" procedure that requires management approval but can be executed by a trained deputy. Never create a single point of human failure.

Q2: Does separating duties for air gap backups increase recovery time?

Yes, intentionally so. The same friction that stops attackers also slows down legitimate recovery. This is an acceptable tradeoff for your most critical data. For less critical systems, maintain a faster, online backup tier. Use air gap only for the data you cannot afford to lose under any circumstances.