I'm planning to do a restore using command line but I'm not sure what to put for target_volume and volume_in_backup using below instructions. Just want to make sure
Will <target_volume> be /sda and <volume_in_backup> be sdc1
veeamconfig point restore --id <point_id> --targetdev <target_volume> --backupdev <volume_in_backup>
/sdc1 is where the backup is located and /sda is the volume where the linux server is installed.
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 2G 0 part /boot
└─sda3 8:3 0 463.8G 0 part
└─ubuntu--vg-ubuntu--lv 253:0 0 100G 0 lvm /
sdb 8:16 1 7.5G 0 disk
├─sdb1 8:17 1 1.3G 0 part
└─sdb2 8:18 1 4.6M 0 part
sdc 8:32 0 931.5G 0 disk
└─sdc1 8:33 0 500G 0 part /media/backup
Use <target_volume> to indicate the volume on your computer that you wish to restore.
On the other hand, <volume_in_backup> refers to the volume located within the backup that you want to use for the restoration process. You can get this information with following command: