Orion Server recovery
Depending on the recovery scenario, there are two options:
- Mount the recovery drive within the Orion Server to recover files.
- Boot from recovery media for a complete bare-metal recovery.
Recovering files
If carrying out a file or folder based recovery, copy files back from /mnt/backup using standard Linux tools like cp or rsync to copy the files back into place. Make sure to reboot the server after restoring files.
Boot from Veeam Recovery Media
If the server's hard drive must be replaced, perform a bare-metal recovery.
Boot from the Veeam Recovery Media USB stick.
Read through and agree to the terms and conditions.
Exit to the shell.
For attached USB sticks, run lsblk to find the external device name as shown during the backup, in the example below it is /dev/sda1.
Create a mount folder and mount the external recovery drive:
bashsudo mkdir /media/usb sudo mount /dev/sda1 /media/usb
Elevate to root and import backup database from external disk using the example backup location of /media/usb/backup.vbm:
bashsudo -i veeamconfig backup import --path /media/usb/backup.vbm
When complete, this results in
Backup imported successfully
.Now relaunch Veeam to begin the restore:
sudo veeam
Select either
Restore volumes
orRestore files
depending on the scenario and requirements and then choose the date and time of the restore point required.
Further details of how to restore folders and individual files can be found on the Veeam website.