Recover partitions
Partition-level recovery on Linux and Windows is possible using a backup agent. Entire computer and Volume level backups created via Veeam Agent are suitable for partition recovery.
The partition to be recovered must not be used by the OS (have mount points). If you need to restore the active partition to the 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 restrictions and recovery procedure, see Restoring Volumes with Command Line Interface 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 Policy ID. -
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.
-
Click y.
-
Optional: track the recovery process:
veeamconfig session log –id <session_id>
Specify
<session_id>
— Session ID.
Learn more about recovering partitions on Windows in Restoring Points Veeam documentation.
- In the Windows tray, right-click the Backup Agent icon → Restore → Entire volumes. The Volume Level Restore Wizard will start, see the instructions for details Step 1. Launch Volume Level Restore Wizard Veeam documentation.
- In step Restore point click Next.
- In step Disk Mapping 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 press Next.
- In step Progress watch the recovery process. When the partitions are restored, click Finish.