> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable backups

> Run an instant backup, schedule recurring daily or weekly backups, and manage retention

<sub>Updated May 8, 2026</sub>

Backups are managed copies of a VM's OS disk. Two flavours:

| Type                 | When it runs                                  | Use for                                            |
| -------------------- | --------------------------------------------- | -------------------------------------------------- |
| **Instant Backup**   | On demand, one-off                            | Pre-change capture, ad-hoc protection              |
| **Scheduled Backup** | Recurring (Daily / Weekly) at a time you pick | Routine protection without remembering to run them |

Each VM can have **multiple schedules** running side by side (for example a Daily schedule for short-cycle protection plus a Weekly schedule for long-cycle retention).

For one-off lower-overhead captures with no schedule and no retention policy, see [Create a snapshot](/products/build/virtual-machines/quickstart-guides/create-snapshot). For when to use which, see [Snapshots vs Backups](/products/build/virtual-machines/concepts/snapshots-vs-backups).

## Two places to manage backups

### a. VM detail page → Backups tab — single VM

Open the VM detail page and switch to the **Backups** tab. Two action buttons sit at the top right:

<Frame>
  <img src="https://mintcdn.com/rafftechnologiesllc/KFKEsJgQ3IuaIJdK/images/products/compute/vm/snapshots-backups/enable-backups-01-vm-detail-tab.png?fit=max&auto=format&n=KFKEsJgQ3IuaIJdK&q=85&s=96042ab08191133a1bfb5af32b3f17a9" alt="VM detail page Backups tab with Instant Backup and Schedule Backup buttons" width="2000" height="1140" data-path="images/products/compute/vm/snapshots-backups/enable-backups-01-vm-detail-tab.png" />
</Frame>

* **+ Instant Backup** — capture now, one-off
* **Schedule Backup** — recurring schedule

Below, every backup of this VM is listed with creation date, size, expiry, and a per-row actions menu.

### b. Compute Resources → Backups — account-wide

The top-level **Backups** tab in **Compute Resources** is the central hub for every VM's backups across the account.

<Frame>
  <img src="https://mintcdn.com/rafftechnologiesllc/KFKEsJgQ3IuaIJdK/images/products/compute/vm/snapshots-backups/enable-backups-04-account-vm-backups.png?fit=max&auto=format&n=KFKEsJgQ3IuaIJdK&q=85&s=5d7542f2968d8041ed4c46e4d5ef16a9" alt="Compute Resources Backups tab with VM Backups sub-tab showing the Finance VM and 1 free backup" width="2000" height="1139" data-path="images/products/compute/vm/snapshots-backups/enable-backups-04-account-vm-backups.png" />
</Frame>

Two sub-tabs:

* **VM Backups** — every individual backup grouped by VM, with size totals and estimated monthly cost.
* **Scheduled Backups** — every active schedule across the account.

<Frame>
  <img src="https://mintcdn.com/rafftechnologiesllc/KFKEsJgQ3IuaIJdK/images/products/compute/vm/snapshots-backups/enable-backups-05-account-schedules.png?fit=max&auto=format&n=KFKEsJgQ3IuaIJdK&q=85&s=22a534cd9d32fb258e9193f9bd66f2b3" alt="Scheduled Backups sub-tab with the row Actions menu showing Update Schedule, Update Retention, and Delete" width="2000" height="1140" data-path="images/products/compute/vm/snapshots-backups/enable-backups-05-account-schedules.png" />
</Frame>

The same **+ Instant Backup** and **Schedule Backup** buttons live here too. From the global view they prompt you to pick which VM to back up.

## Run an instant backup

Click **+ Instant Backup** from either entry point.

<Frame>
  <img src="https://mintcdn.com/rafftechnologiesllc/KFKEsJgQ3IuaIJdK/images/products/compute/vm/snapshots-backups/enable-backups-03-instant-dialog.png?fit=max&auto=format&n=KFKEsJgQ3IuaIJdK&q=85&s=fd0a64b3ba7a8eab0ddc15978127e687" alt="Create Instant Backup dialog with Virtual Machine and Backup Name fields and an About panel" width="1988" height="1474" data-path="images/products/compute/vm/snapshots-backups/enable-backups-03-instant-dialog.png" />
</Frame>

| Field               | Value                                                                                |
| ------------------- | ------------------------------------------------------------------------------------ |
| **Virtual Machine** | The target VM (pre-filled when launched from a VM detail page)                       |
| **Backup Name**     | Default `manual-backup-(YYYY-MM-DD)`; rename for context (e.g. `pre-kernel-upgrade`) |

Click **Create Backup**. Capture takes several minutes; the new backup appears in the list with `creating` status, then `ready`.

Instant backups are retained according to your VM's retention policy — the same policy that scheduled backups use.

## Schedule recurring backups

Click **Schedule Backup**.

<Frame>
  <img src="https://mintcdn.com/rafftechnologiesllc/KFKEsJgQ3IuaIJdK/images/products/compute/vm/snapshots-backups/enable-backups-02-schedule-dialog.png?fit=max&auto=format&n=KFKEsJgQ3IuaIJdK&q=85&s=c51a5b1438abe63328a61207fefbdf62" alt="Schedule Backup dialog with Virtual Machine, Backup Name, Frequency (Daily), Time Window, and Retention (Days) fields" width="2000" height="1505" data-path="images/products/compute/vm/snapshots-backups/enable-backups-02-schedule-dialog.png" />
</Frame>

| Field                | Options                                                                  |
| -------------------- | ------------------------------------------------------------------------ |
| **Virtual Machine**  | The VM to back up (pre-filled from the detail page)                      |
| **Backup Name**      | Default `<frequency>-backup-YYYY-MM-DD` (e.g. `daily-backup-2026-05-03`) |
| **Frequency**        | `Daily` or `Weekly`                                                      |
| **Time Window**      | The hour the backup runs (e.g. 12:00 AM)                                 |
| **Retention (Days)** | 1 - 365                                                                  |

Older backups beyond the retention window are auto-deleted on a rolling basis. Click **Schedule Backup** to activate.

### Multiple schedules per VM

Add as many schedules as you need on the same VM — they run independently. A common pattern:

| Schedule    | Frequency | Retention | Why                                 |
| ----------- | --------- | --------- | ----------------------------------- |
| Short-cycle | Daily     | 7 days    | Recover from yesterday's bad deploy |
| Long-cycle  | Weekly    | 90 days   | Quarterly compliance, deep recovery |

Both run; their storage counts together against your shared free pool, with the per-GB rate applied only above it.

## Manage existing schedules

On **Compute Resources → Backups → Scheduled Backups**, each schedule's row has a 3-dot Actions menu:

| Action               | Effect                                                                                       |
| -------------------- | -------------------------------------------------------------------------------------------- |
| **Update Schedule**  | Change frequency (Daily ↔ Weekly) and time window                                            |
| **Update Retention** | Change the number of days backups are kept (1 - 365)                                         |
| **Delete**           | Stop the schedule. Backups already taken stay until they age out per the original retention. |

Frequency, time, and retention can be edited any time — no need to delete and recreate.

## Pricing

* **Shared free-storage pool.** Backups and snapshots draw from one account pool: 50 GB free, plus 10% (Standard) or 15% (Premium) of each VM's disk. The pool shrinks when a VM is deleted but never below 50 GB.
* **\$0.05/GB/month** for combined backup + snapshot storage **above** the pool — you're billed only for the excess.
* **Daily and Weekly cost the same per GB** — pricing is by storage, not by frequency. Pick by your recovery point objective: Daily = up to 24 hours of data loss in a worst case, Weekly = up to 7 days.
* The **Estimated Monthly Cost** column on the VM Backups view projects what a full month at the current storage would cost.

Charges accrue continuously and settle at the **end of each calendar month**, with the previous month billed on the **1st** — applied against your account balance first, with any remainder charged to your saved card.

## Backup vs Snapshot

|                  | Backup                                    | Snapshot                                  |
| ---------------- | ----------------------------------------- | ----------------------------------------- |
| Trigger          | Manual *or* scheduled                     | Manual only                               |
| Schedule         | Yes (Daily / Weekly)                      | None                                      |
| Retention policy | Configurable (1 - 365 days)               | Until you delete it                       |
| Free tier        | Shared account pool (backups + snapshots) | Shared account pool (backups + snapshots) |
| Pricing          | \$0.05/GB/month above the pool            | \$0.05/GB/month above the pool            |
| Best for         | Routine protection                        | Restore points before risky changes       |

## Next steps

<CardGroup cols={3}>
  <Card title="Snapshots vs Backups" icon="lightbulb" href="/products/build/virtual-machines/concepts/snapshots-vs-backups">
    Decision framework.
  </Card>

  <Card title="Create a snapshot" icon="camera" href="/products/build/virtual-machines/quickstart-guides/create-snapshot">
    One-off, on-demand capture.
  </Card>

  <Card title="Storage model" icon="layer-group" href="/products/build/virtual-machines/concepts/storage-model">
    Backups are the only thing that survives delete-VM.
  </Card>
</CardGroup>
