Skip to content
English
  • There are no suggestions because the search field is empty.

Mounting backup copies

To mount backups, you need to know your VPS server drive names. To clarify this information, you can use this instruction.  

Mounting a backup is its connection in the operating system. For this use the mount command. For example, to mount a backup disk named xvda, enter:

mount /dev/xvda1 /mnt/backup/10-10-2020

Before unmounting a disk, first remove it from the operating system using the umount command:

umount /dev/xvda1

Only then can the backup be disabled from the control panel.

If you have any questions, please create a ticket to technical support.