VirtFusion Panel

Backups and Snapshots from Panel

How to create, manage and restore server backups and snapshots from VirtFusion panel

The VirtFusion panel offers integrated backup system that lets you create complete disk copies, both on-demand and scheduled.


Backup vs Snapshot Difference

BackupSnapshot
What savesComplete disk copyInstant disk state
When to useRegular data protectionBefore risky changes
StorageDedicated backup spaceSame server storage
RestoreComplete restoreComplete restore

Create On-Demand Backup

  1. Access VirtFusion panel
  2. Select your server
  3. Go to Backups
  4. Click Create Backup
  5. Wait for completion (can take minutes depending on disk size)

Server remains operational during backup creation. No need to shut it down.


Schedule Automatic Backups

  1. Go to Backups in panel
  2. Click Backup Schedule or Automatic Backups
  3. Configure frequency (daily, weekly)
  4. Set execution time (preferably night, low traffic)
  5. Set retention (how many backups to keep)
  6. Save

Restore from Backup

Restoring from backup completely overwrites current disk. All data on server after backup will be lost.

  1. Go to Backups
  2. Find backup to restore
  3. Click Restore
  4. Confirm operation
  5. Server restarts in restored system

Restore takes a few minutes depending on backup size.


Delete a Backup

  1. Go to Backups
  2. Select backup to delete
  3. Click Delete
  4. Confirm

Backups use space. Delete old ones you don't need anymore, especially if you've reached plan limit.


Limits and Notes

  • Backups include only main disk. Additional disks might not be included
  • Backup creation speed depends on data amount on disk
  • Check maximum backup count available in your plan
  • Backups don't replace off-server backup strategy (see Snapshots and Backups)

Download / Export Backup

VirtFusion doesn't natively support downloading backups to your computer. To export critical data on external system, use methods like rsync or mysqldump directly from server.

Guide: Snapshots and Backups

On this page