New-VBRSAPHANAProcessingOptions
Short Description
Creates the SAP HANA database processing settings for application backup policies.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRSAPHANAProcessingOptions [-ArchiveLogBackupPeriod <int>] [-LogBackupMode {VeeamManaged | SAPHANAManaged}] [<CommonParameters>] |
Detailed Description
This cmdlet applies to application backup policies for Veeam Plug-in for SAP HANA.
This cmdlet creates SAP HANA database processing settings. You can set up the following options:
- The way Veeam Backup & Replication will process archived logs.
- Schedule settings for archived logs processing.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
ArchiveLogBackupPeriod | Specifies the integer defining the frequency for archived logs backup in minutes. Permitted values: 5 to 480. | Int32 | False | Named | False |
LogBackupMode | Specifies the way of database processing:
| Accepts the VBRSAPHANALogBackupMode object. | 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 VBRSAPHANAProcessingOptions object that defines SAP HANA database processing settings.
Example
This example shows how to create an SAP HANA database processing settings for application backup policies for Veeam Plug-in for SAP HANA. The policy will back up archived logs every 15 minutes using SAP HANA tools.
To create the SAP HANA database processing settings, run New-VBRSAPHANAProcessingOptions. Use the ArchiveLogBackupPeriod parameter to specify log backup frequency and the LogBackupMode parameter to specify the way to back up logs.
New-VBRSAPHANAProcessingOptions -ArchiveLogBackupPeriod 15 -ArchivedLogAction SAPHANAManaged |