If you enabled automatic backups when buying your VPS, we snapshot the full disk once a week and store it on our dedicated backup infrastructure.Documentation Index
Fetch the complete documentation index at: https://docs.quantumproxies.net/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Backups run once every 7 days, automatically.
- Each backup is a full disk snapshot — everything on your VPS, including the OS, installed software, and data.
- Snapshots are deduplicated and compressed on our backup server, so storage doesn’t bloat over time.
- The most recent snapshot is always kept. Older snapshots may be pruned to make room.
Backups don’t affect your VPS performance — the snapshot is taken without freezing your applications.
Enabling backups
You can enable backups in two ways:- At checkout — tick the Automatic Backups option when configuring your VPS.
- After purchase — open the VPS detail page and toggle Backups: ON. The first backup runs within ~7 days; if you want one sooner, contact support.
Restoring from a backup
Restoring rolls your entire VPS back to the state it was in when the snapshot was taken — all changes made after that snapshot will be lost.Best practices
- Test your restores at least once after enabling backups, so you know the flow.
- Keep important data off the boot disk if possible — pushing to git, S3, or another off-server location protects you against the worst-case scenario.
- Don’t rely on backups for short-term mistakes — they run weekly, so a file you delete on day 6 may not be in the latest snapshot.
FAQ
Can I download a backup?
Can I download a backup?
Backups are stored on our internal backup infrastructure and aren’t directly downloadable. If you need a copy of your data outside of our system, copy it from inside the VPS (e.g., via
scp or to cloud storage) before any incident.How much do backups cost?
How much do backups cost?
Weekly backups are an optional add-on at $5 / month per VPS. The add-on is billed alongside your VPS subscription on the same cycle (1, 3, or 6 months).
What happens when I cancel my VPS?
What happens when I cancel my VPS?
Backups are tied to the VPS — once you cancel, the snapshots are eventually removed. If you need to keep them, copy your data out before cancelling.
Can I take a manual backup right now?
Can I take a manual backup right now?
Not directly from the Dashboard yet — contact support and we’ll trigger one for you.