“We back up to the cloud” is a sentence that can describe two completely different architectures with completely different outcomes on the worst day of your year. Here is the distinction, in the order the industry actually moved.
Three models, not two
1. Legacy backup — a copy of a machine, on a schedule
Backup software takes a full image weekly and incrementals nightly, and writes them to tape, a NAS, or a second server in the same building. Recovery means finding the right media, staging it, and streaming the image back onto hardware. It works, and it worked for thirty years, but it carries three assumptions that stopped being true: that the building survives, that yesterday’s data is good enough, and that nobody is deliberately hunting the backup.
2. Cloud as a destination — the same model, rented disk at the end
This is the step most businesses have already taken, and it is where the confusion lives. The software, the schedule and the restore path are unchanged; only the target moved from a tape drive to cloud storage. The invoice says cloud. The architecture says 2009.
The specific problem is authority. If the backup job authenticates with an account in your production directory — and it usually does, because that was the convenient way to set it up — then anyone who compromises that directory can also delete the backups. Ransomware crews know this. Finding and destroying the backup before encrypting production is not an advanced technique; it is the standard opening move, because encryption is only leverage if restoring is impossible.
3. Cloud-native backup — copies as immutable objects, recovery as orchestration
Three things change at once, and they only work together:
- Immutable object storage. Each copy is written under a retention lock. For its retention period it cannot be altered or deleted — not by an administrator, not by the backup software itself, not by someone holding every credential you own. The copy stops being a file that can be attacked and becomes a record that can only expire.
- Continuous capture instead of a nightly window. Changes replicate through the day, so the recovery point is measured in minutes. A failure at 3 p.m. no longer costs you everything since last night’s job.
- Recovery by starting, not by copying. Rather than streaming an image back onto hardware you may no longer physically have, the workload is started from its copy in the cloud. This is the difference between a multi-day rebuild and an afternoon.
The separation that makes it real: the backup platform must not trust your production identity. If your domain admin can delete the copies, you have cloud-as-destination wearing a cloud-native label — whatever the storage tier is called.