How It Works
VirtFusion’s Backup Manager integrates directly with Proxmox Backup Server to take snapshots of your VPS on a scheduled basis. Backups use an incremental strategy to minimize storage overhead and backup duration:
This means your VPS is backed up daily, but a full snapshot of the entire disk is taken only periodically. Incremental backups are faster and lighter, capturing only what has changed since the previous backup.
Data Residency
Backups are stored in the same region as your VPS. DigitalFyre operates backup infrastructure across all regions to ensure your data does not leave its origin geography:Accessing Your Backups
Backups are managed from the Fusion Control Panel at fusion.digitalfyre.com.1
Log In
Log in at fusion.digitalfyre.com and open your VPS.
2
Go to Backups
Click the Backups tab on your VPS management page.
3
Review Your Backups
The top of the page shows your last backup time, next scheduled backup, and retention policy. Below that, backups are listed per drive (e.g., Drive A), each showing a date and an Available status badge.
Creating a Manual Backup
In addition to the daily automated schedule, you can trigger a backup at any time:- In the Backups tab, click Backup Now
- Confirm the request
Restoring a Backup
1
Open the Restore Dialog
In the Backups tab, click Restore.
2
Select a Drive
Check the box next to the drive you want to restore (e.g., Drive A). For most VPS configurations, this will be the only drive listed.
3
Choose a Restore Point
Under Restore Point, select a specific timestamp from the dropdown or leave it set to Latest backup to restore from the most recent available backup.
4
Confirm
Click Restore. The process will overwrite the selected drive’s current state with the chosen restore point. Your VPS will be unavailable during the restore and will come back online automatically once the restore is complete.
Restoring a backup overwrites your VPS’s current disk state. Any data written after the selected restore point will be lost. Ensure you are selecting the correct restore point before confirming.
What Backups Do Not Cover
- Backups are not real-time. If your VPS fails between daily snapshots, up to 24 hours of changes may be unrecoverable from DigitalFyre’s backup system.
- Encryption is not currently applied to backup data at rest. Encryption is planned for a future update.
- Backups are not a substitute for your own off-site backups. Tools such as
rsync,borgbackup, or your application’s native export functionality should be used to maintain copies outside of DigitalFyre’s infrastructure.