Knowledgebase

How to Manage Automated Backups for Your VPS via the Client Area

Print
0

Automated backups are daily full snapshots of your server's content, saved automatically without any action required from you. This feature allows you to restore your server to a previous state when needed — whether to recover specific files or to fully restore the entire server.

Backup Plans:
Free: One (1) backup copy included automatically with every VPS server
Paid: Up to 7 backup copies by activating the paid backup addon through a service upgrade

How to Access the Backup Page

  1. Log in to the Client Area
  2. Go to My Services and select your VPS server
  3. In the control panel, click on the Advanced Operations section
  4. Click the Backup button

Understanding the Backup Dashboard

The page consists of three main sections:

1. Status Card

Displayed at the top of the page, showing:

  • Status: Whether the backup service is active
  • Schedule: The daily backup execution time in GMT+3
  • Retention: Number of days backups are kept
2. Attached Backups

If you have previously mounted a backup, it will appear here with a Detach button to remove it when done.

3. Available Restore Points

A list of all saved backup copies with their dates. Each backup has two action buttons:

  • Mount: Browse the backup contents without affecting your current data
  • Full Restore: Replace your entire server with the contents of this backup

Managing the Backup Schedule

You can set the time for your daily backup to suit your schedule:

  1. On the Backup page, locate the Schedule section
  2. Select the desired hour and minute (minutes are in steps of 5)
  3. Click the Save Schedule button
Note: The time is displayed and entered in GMT+3. Backups run once per day at the specified time.

Available Backup Operations

1. Mount Backup

Mounting a backup attaches it to your server as a separate virtual disk (similar to plugging in a USB drive), allowing you to browse and recover specific files without touching your current server data.

Important: The mount operation requires a one-time server restart. Your current data will not be deleted or affected in any way.

Steps to mount a backup:

  1. In the Available Restore Points list, select the desired backup
  2. Click the Mount button
  3. Enter your security question answer when prompted
  4. Click Confirm
  5. Your server will restart and the backup will appear under Attached Backups

Accessing files after mounting on Linux:

lsblk

Identify the new disk in the list (e.g., /dev/sdb), then mount it:

mount /dev/sdb1 /mnt/backup

You can now browse and recover files from /mnt/backup

Accessing files after mounting on Windows:

  • Open Disk Management from the Start menu
  • The new disk will appear in the list
  • Right-click it and assign a drive letter to access it through File Explorer
2. Detach Backup

Once you're done browsing a mounted backup, detach it to remove the virtual disk from your server.

Important: The detach operation requires a server restart.
  1. In the Attached Backups section, click the Detach button
  2. Confirm the operation
  3. Your server will restart and the backup disk will be removed
3. Full Restore

A full restore completely replaces your server's contents with the selected backup. Use this when you want to roll back the entire server to a previous state.

Important Warning: A full restore will permanently delete all current data on your server and replace it with the backup contents. This action cannot be undone. Make sure to save any important data before proceeding.

Steps to perform a full restore:

  1. In the Available Restore Points list, select the desired backup
  2. Click the Full Restore button
  3. Enter your security question answer when prompted
  4. Click Confirm Restore
  5. The restore process will begin and may take some time depending on server size
  6. You will receive an email notification at your registered address when the restore is complete
Note: You can monitor restore progress directly on the page; the status updates automatically every 30 seconds.

Operations Summary

  • Mount: Safe – attaches the backup as a separate disk for file browsing only – requires server restart
  • Detach: Safe – removes the attached backup disk – requires server restart
  • Full Restore: Destructive – replaces the entire server with backup contents – cannot be undone
Need help? If you encounter any issues with backup operations, feel free to contact our support team.
Was this answer helpful?