Using Backups
The following examples use the disk name vdb. Please replace it with the actual disk name used on your system.
Mounting a backup means attaching the disk inside the operating system. You can do this from the command line with the mount command. Here is an example:
mount /dev/vdb1 /mnt
To detach the disk, first run the umount command inside the operating system. Here is an example:
umount /dev/vdb1
Then click the "Detach" button in the VPS backup control panel.
Please note that you cannot detach a backup from the control panel while it is in use inside the operating system.