Restore Plugin Parameters
EnterpriseBacula Enterprise Only
This solution is only available for Bacula Enterprise. For subscription inquiries, please reach out to sales@baculasystems.com.
During a restore operation, the Libvirt Plugin uses the same parameters that were set for the backup job and saved in the Catalog. During restore, it is possible to change any of the parameters described in Generic Plugin Parameters and Estimate and Backup Plugin Parameters chapters. In addition to the parameters used for backup, the following restore-specific parameters are available.
Note
All these parameters are optionals.
Parameter |
Value |
Description |
Required |
|---|---|---|---|
new_domain_name |
|
Specifies a new name for the restored virtual machine.
If not specified, the restored virtual machine name is generated using the format To avoid naming conflicts, if the generated name already exists on the hypervisor, the plugin automatically appends a random suffix, resulting in the format |
No |
new_domain_uuid |
|
Specifies a new UUID for the virtual machine to be restored. If not specified, a random UUID is generated automatically. Two virtual machines cannot share the same UUID. |
No |
storage_pool_name |
|
Specifies the storage pool in which restored disks will be stored. If not specified, disks are restored to their original storage pools. |
No |
new_storage_volume_names |
|
Specifies new names for restored disks (when restoring a single disk, a single name may be specified). If not specified (or if some disks are omitted), restored disks are named using the format To avoid conflicts, if a generated disk name already exists on the hypervisor, the plugin appends a random suffix, resulting in When specifying multiple disks, the plugin interprets the values as a key-value list, where:
Example: |
No |
start_domain |
|
Specifies whether the restored virtual machine should be started after the restore completes.
If not specified, the default value is |
No |
ssh_port |
|
Specifies the SSH port used to establish the connection to a remote hypervisor during restore.
If not specified, the default value is For additional information about restoring from a remote hypervisor, see this section. |
No |
ssh_private_key_path |
|
Specifies the SSH private key used to connect to a remote hypervisor during restore.
If not specified, the default value is For additional information about restoring from a remote hypervisor, see this section. |
No |
no_network |
|
Specifies whether network interfaces of the restored virtual machine should be deactivated.
If not specified, the default value is |
No |
See also
Previous articles:
Next articles:
Go back to: Libvirt Plugin: Configuration.