Cloud server snapshots
Cloud server snapshots
Snapshots are point-in-time copies of your entire server disk. Use them to roll back to a known-good state if an update or configuration change breaks something.
Snapshot types
| Type | Created by | When |
|---|---|---|
| Pre-patch | Automatically | Before every OS security update run |
| Manual | You | On demand, whenever you want a restore point |
Pre-patch snapshots are taken automatically before OS patches are applied, so every patch run is reversible.
Taking a manual snapshot
- Open your server in Cloud Servers
- Scroll to the Snapshots card
- Click Take snapshot
- The snapshot status shows "Creating" while it works, then "Ready" once done
Take a manual snapshot before major changes: installing new software, reconfiguring services, or testing risky updates.
Rolling back to a snapshot
- Find the snapshot you want to restore in the Snapshots card
- Click Roll back next to it
- A confirmation modal appears: "Roll back to this snapshot? This reverts the entire server disk to the snapshot. Anything written since will be lost. The server reboots during rollback."
- Click Roll back to confirm
Rollback is complete and irreversible. Everything on disk since that snapshot was taken, files, databases, installed software, will be gone. Make sure this is what you want before confirming.
Snapshots vs backups
Snapshots and backups serve different purposes:
| Snapshots | Backups | |
|---|---|---|
| Location | Same infrastructure | Encrypted off-site storage |
| Retention | Manual management | 30 days, automatic |
| Recovery | Full disk restore | Full or partial restore |
| Use case | Pre-change safety net | Data protection and disaster recovery |
For off-site data protection, see the Backups card on the same page.
Was this article helpful?
Back to Help Centre