Snapshots: Create, Revert, and Delete

Take a near-instant snapshot of your VPS before a risky change, revert to it if things go wrong, and understand how snapshots differ from backups.

Updated 3 min read

A snapshot is a near-instant, point-in-time copy of your server that you can roll back to. It is the right tool before anything you might regret in the next hour: a distribution upgrade, a risky config change, a plugin you are not sure about. Snapshots live in the Snapshots tab of your server in the cloud portal.

Snapshots versus backups#

They solve different problems, and the cloud portal offers both:

SnapshotBackup
SpeedNearly instant to take and revertMinutes to hours depending on disk size
Where it livesOn the same host as the serverOn separate backup storage, off the host node
Survives deleting the serverNo, snapshots go with itYes, until rotated
Best forShort-term "undo" before a changeDisaster recovery and long-term safety

Because a snapshot sits on the same hardware as the server, it is not a substitute for a backup. Use it as a quick undo button, and keep real backups for everything else.

Take a snapshot#

  1. Open the server in the cloud portal and go to the Snapshots tab.
  2. Click Create Snapshot and give it a name you will recognise later ("before ubuntu 24.04 upgrade").
  3. Wait a moment. The snapshot appears in the list with its timestamp. Depending on the storage type your server uses, the snapshot may capture memory state as well as the disk, so a running server is fine.

Each plan allows a set number of snapshots. If the button is unavailable, delete an old snapshot first.

Revert to a snapshot#

  1. Choose the snapshot in the list and pick Revert from its actions.
  2. Confirm. The server's disk is returned to exactly the state it was in when the snapshot was taken. Anything written since is gone, so if there is data you want to keep from the current state, copy it off first.
  3. Check the server comes back and behaves as expected, then delete snapshots you no longer need.

Delete a snapshot#

Pick Delete from the snapshot's actions and confirm. Snapshots consume space and count against your limit, and long-lived snapshots slow down disk operations on some storage types, so treat them as temporary.

Two things to know

Restoring a backup onto a server discards that server's snapshots on some storage formats, so take a fresh snapshot after a restore if you want one. And snapshots are tied to the server: deleting or cancelling the server deletes them, and they cannot be downloaded.

A good routine#

  • Snapshot before every upgrade, migration, or experiment. Revert or delete within a day or two.
  • Rely on scheduled backups (where your plan includes them) plus your own off-server backups for anything longer than that.
  • Note the snapshot name in your change log or ticket so you know which one is safe to revert to.
Still stuck? Real engineers answer tickets around the clock, and the status page shows anything network-wide before you ask.