Overview
A backup captures an entire virtual machine and stores it separately from the volumes it came from. That separation is the point: a snapshot protects you from a mistake, a backup protects you from losing the machine.Navigation: Storage → Backups. Titled Backups, subtitled “Manage VM backups and restorations”.
You need a backup plan first
This is the thing that catches people out. A machine cannot be backed up until it is enrolled in a backup plan (a backup offering). Without one, both the manual-backup dialog and the schedule dialog stop you:No backup plan assigned This VM must be enrolled in a backup plan before backups can be created.with an Enable Backups button that opens the plan selector.
Changing plans is not atomic
Columns
Backup ID, Type, Status, Size, and Created are sortable. Expanding a row shows Backup ID, Virtual Machine, Type, Size, Created, Zone, Account, and Status.
Types
Incremental backups depend on the chain of backups before them. Deleting an older backup that a later incremental depends on can compromise the newer one — the console does not warn you about this. When pruning, prefer deleting from the oldest full backup boundary rather than picking rows out of the middle.
Statuses
Values display exactly as the platform reports them, so you’ll see
BackedUp rather than Backed Up in the table, while the filter shows the spaced version.
Filtering
Taking a manual backup
Create Backup opens Create Manual Backup — “Create an on-demand backup of a virtual machine”. Select a Virtual Machine. If it has a plan you’ll see the plan with a Change Plan button; if not, the enrolment prompt. The dialog then explains what happens:- A full snapshot of the VM is created immediately.
- This may take several minutes depending on disk size.
- The VM will remain running during the process.
A manual backup is always a full backup, and the machine keeps running throughout. It is not application-consistent — the platform doesn’t quiesce your database. For transactional data, take a database-level dump as well.
Restoring
Two different operations, and picking the wrong one is expensive.Restore Backup — overwrite the existing machine
Restore Backup — overwrite the existing machine
Reverts the machine to the captured state. The dialog lists the consequences:
- The VM will be stopped during the restore process
- All current data will be replaced with the backup state
- Any changes made after this backup was taken will be lost
- The VM will need to be restarted after restoring
Create VM from Backup — build a new machine
Create VM from Backup — build a new machine
“A new virtual machine will be created using this backup as the base. The VM will be an exact copy of the state captured in this backup.”You choose a Zone. The original machine is untouched.
Deleting
Deletion requires typing a confirmation: either the backup’s ID or the phrasedelete me.
Backups versus snapshots
Different subsystems, not two words for one thing.Setting backups up during VM creation
The create wizard’s Backups step enrols a machine and optionally schedules it as part of provisioning, so a new machine is protected from the start. See Virtual Machines. That setup runs after the machine exists, as follow-up work, and it’s deliberately cautious:If backup setup reports an unknown outcome, check the machine’s Backups tab before retrying. The platform deliberately stops rather than risk a duplicate assignment, so the safe next step is to look, not to retry.
Worked example: protect a production machine
1
Enrol it in a plan
On the machine’s Backups tab, or from Create Backup → Enable Backups. Pick the plan matching your retention requirement — retention comes from the plan, so this choice is the one that determines how far back you can go.
2
Take a manual baseline
Create Backup on the machine. Don’t wait for the schedule’s first run to have your first restore point.
3
Add a schedule
See Backup Schedules. Daily at 02:00 UTC is the default and a reasonable starting point.
4
Verify a backup reaches BackedUp
Filter Status to Backed Up and confirm your machine appears.
Creating is not yet a restore point.5
Test a restore before you need one
Use Create VM from Backup into a spare zone and confirm the copy boots with the data you expect. An untested backup is a hope, not a plan.
Empty and error states
Related
Backup Schedules
Automate them.
Snapshots
The lighter, per-volume alternative.
Virtual Machines
Enrol a machine as you create it.
Quotas and limits
Backups consume a separate storage quota.