Get-VEHANABackup
Short Description
Returns backups created by Veeam Plug-in for SAP HANA.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet returns an array of backups created by Veeam Plug-in for SAP HANA. After you get the backups, you can use the Start-VEHANARestoreSession cmdlet to start a restore session from a backup.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of backup names. The cmdlet will return SAP HANA backups with these names. This parameter accepts wildcard characters. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the IVEHANABackup[] array that contains backups created by Veeam Plug-in for SAP HANA.
Examples
Example 1. Getting All SAP HANA Backups
This command returns an array of all SAP HANA backups stored in backup repositories associated with the backup server. Save the result to the $backup variable to be able to use it with other cmdlets. |
Example 2. Getting Specific SAP HANA Backups