@@ -319,6 +319,13 @@ When a backup is restored back into the **same CloudStack environment**, the Clo
319319Veeam integration plugin uses this stored metadata to recreate the instance with the
320320appropriate configuration where possible.
321321
322+ Instances with Encrypted Volumes
323+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
324+
325+ During backup operations, data transfer is always in unecrypted form.
326+ Administrators can enable encryption from the Veeam Backup & Replication
327+ side to ensure backup data is stored in encrypted form.
328+
322329
323330Instance Restore using Veeam Backup and Replication
324331---------------------------------------------------
@@ -352,6 +359,8 @@ during backup, particularly for restore-to-original-location scenarios.
352359This helps ensure that the restored instance closely resembles the
353360original instance configuration where possible.
354361
362+
363+
355364Compute Offering Selection
356365~~~~~~~~~~~~~~~~~~~~~~~~~~
357366
@@ -397,6 +406,23 @@ Restored volumes are always assigned an available custom disk offering.
397406If needed, administrators can manually change the disk offering after
398407the restore operation completes.
399408
409+ Restoring Instances with Encryption
410+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
411+
412+ During restore operations, as with backup, data is transferred in
413+ unencrypted form. Administrators can force restored volumes to be encrypted
414+ by enabling the following global configuration:
415+
416+ ::
417+
418+ integration.veeam.control.instance.encrypt.volumes = true
419+
420+ When this configuration is enabled, the plugin attempts to use encrypted disk
421+ offerings for data volumes and a compute offering with the ``encryptroot ``
422+ flag set to ``true ``. If no encrypted disk offering is available, the restore
423+ operation fails.
424+
425+
400426Assigning Restored Instances to Original Owners
401427~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
402428
0 commit comments