Skip to content
Summer 2026: 20% off 12-month terms with code ATLAS10 stacked on top
Getting startedUpdated May 8, 2026 ยท 13,277 views

Backups vs snapshots: what we offer and when to use each

Automated nightly backups, manual snapshots, and how to restore either one.

The difference

Automated backupsSnapshots
WhenNightly, automaticOn demand
Retention7 rolling restore pointsUntil you delete them
StoredSeparate storage cluster, same regionSame node as the instance
Survives node lossYesNo
Price20% of the plan, min $2/mo$4/mo for 5 slots
Best forDisaster recovery"I am about to do something risky"

Restore a backup

Services โ†’ your server โ†’ Backups, pick a restore point, confirm. The instance is stopped, the image is written and it boots back up โ€” typically 4-8 minutes depending on disk size. The IP does not change.

Take a snapshot

Services โ†’ your server โ†’ Snapshots โ†’ Take snapshot. Takes 30-90 seconds and the instance keeps running. Roll back in about the same time.

Snapshots are not backupsA snapshot lives on the same physical node as your instance. It protects against your mistakes, not against hardware failure. If the data matters, use automated backups โ€” or better, both.

Your own backups

We encourage off-site copies you control. restic or borg to an object store, or rsync to a second VPS in another region. Egress is included in your bandwidth allowance, and the smallest Nano plan makes a perfectly good backup target for $5/month.

Did this solve your problem?

If not, open a ticket and paste the command output you got. Support is 24/7 with a 12-minute median first reply, and the same engineers maintain these pages.