Recover partitions
Partition level recovery on Linux and Windows is possible with the help of backup agent.Entire computer and Volume level backups created via Veeam Agent are suitable for partition recovery.
The recovered partition must not be used by the OS (have mount points). If you need to restore the active partition to its original location or to another partition used by the OS, restore the virtual machine via Veeam Recovery Media.
Linux
Windows
Restore is performed on a running system with the backup agent installed.For more information about the restrictions and restore procedure, see Restoring Volumes with Command Line Interface in the Veeam documentation.
-
Display a list of available backups (policies):
veeamconfig backup list --all
-
Copy the Backup ID of the desired policy.
-
Look at the available restore points:
veeamconfig point list --backupid <backup_id>
Specify
<backup_id>
— Backup ID of the policy. -
Copy the OIB ID of the desired restore point.
-
Start the restore from the selected point:
veeamconfig point restore --id <oib_id> --targetdev <target_volume> --backupdev <backup_volume>
Specify:
<oib_id>
— OIB ID of the restore point;<target_volume>
— partition (block device) on the virtual machine where the partition from the backup will be restored;<backup_volume>
— partition (block device) in the backup.
-
Press y.
-
Optional: track the recovery process:
veeamconfig session log –id <session_id>
Specify
<session_id>
— Session ID.
Learn more about restoring partitions on Windows in the Restoring Points section of Veeam documentation.
- In the Windows tray, right-click on the backup agent icon → Restore → Entire volumes. The Volume Level Restore Wizard will be launched, see Step 1 for more details. Launch Volume Level Restore Wizard of Veeam documentation.
- At the Restore point step, click Next.
- On the Disk Mapping step, mark the partitions to be recovered and configure their new placement (original or new computer disk partition — Customize disk **mapping **).
- Click Next.
- In step Summary, check the recovery settings and click Next.
- At Progress step, monitor the recovery process. When the partitions are recovered, click Finish.