Open the machine → Backups tab.

Backups are stored on dedicated Proxmox Backup Server (PBS) hosts, physically separate from the machine they protect, so a failure of the primary host doesn't take your copies with it.

Two kinds of backup

  • Automatic run once a day at the hour you choose. The system creates them, applies retention, and deletes old ones for you.
  • Manual are taken on demand. Take one before any risky change: a major upgrade, a config rewrite, a migration.

Enable backups

You can toggle Backups on during deployment, which applies the defaults (03:00 UTC, 7 days retention, 7 max backups), or enable them later:

  1. 1
    Open the Backups tab
    Select the machine in my.cubepath.com and click Backups.
  2. 2
    Turn the switch on
    Flip the Backups toggle.
  3. 3
    Set the parameters
    Adjust schedule hour, retention and max backups (see below).
  4. 4
    Save
    Click Save Changes.

Settings

SettingRangeWhat it does
Schedule Hour0–23, UTCThe hour the daily backup starts. Pick a low-activity window for your users, not for you
Retention (Days)1–7Backups older than this are deleted automatically
Max Backups1–10Hard cap on stored backups. When it's reached, the oldest is deleted after the new one completes

Because the schedule is in UTC, translate it to your users' local time:

Your timezoneSet schedule hour toLocal time
US East (EST/EDT)07:00–09:00 UTC02:00–04:00
US West (PST/PDT)10:00–12:00 UTC02:00–04:00
UK (GMT/BST)02:00–04:00 UTC02:00–04:00
Central Europe (CET/CEST)02:00–04:00 UTC03:00–05:00

Take a manual backup

Click Create Backup. The job is queued and starts shortly, with a live progress bar. Manual backups are labelled Manual so you can tell them apart.

Restore

Restoring returns the machine to the exact state it was in when the backup was taken.

Find a backup with Completed status, click Restore, and confirm.

Backup statuses

StatusMeaning
PendingQueued, waiting to be processed
In ProgressBeing created; a percentage is shown
CompletedFinished successfully and available to restore
FailedDidn't finish; create a new one
DeletedRemoved

Delete a backup

Click Delete on the backup and confirm. You can't delete one that's in progress — wait for it to complete or fail.

Pricing

Automatic backups add 20% to the machine's monthly cost, covering automatic and manual backups, PBS storage, and restores. A machine at €10.00/month costs €2.00/month more with backups on.

Common questions

How long does a backup take? It depends on how much data is on the disk. A typical VPS takes 2–15 minutes; you can follow the progress live.

Can I use the machine while it backs up? Yes, it keeps running. Avoid heavy write operations during the window for the most consistent copy.

Can I back up a powered-off machine? Yes, and a backup taken while stopped is the most consistent kind.

Can I restore a backup onto a different machine? Not currently — backups restore only onto the machine that created them.