New-VBROracleRMANStorageOptions
Short Description
Creates the Oracle RMAN storage settings for application backup policies.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBROracleRMANStorageOptions [-CompressionEnabled] [-CompressionMode {Veeam | RMAN}] [-RMANCompressionLevel {Basic | Low | Medium | High}] [<CommonParameters>] |
Detailed Description
This cmdlet applies to application backup policies for Veeam Plug-in for Oracle RMAN.
This cmdlet creates Oracle RMAN storage settings. You can set up the following options:
- Data compression mode.
- Data compression level.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
CompressionEnabled | Indicates that the application backup policy will apply compression to backups. | SwitchParameter | False | Named | False |
CompressionMode | Specifies the compression level of backups:
| VBRApplicationStorageCompressionMode | True | Named | False |
RMANCompressionLevel | This parameter applies only with CompressionMode specified as RMAN. Specifies the compression level of backups:
| VBRRMANCompressionLevel | 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 VBROracleRMANStorageOptions object that defines Oracle RMAN storage settings.
Example
This example shows how to create an Oracle RMAN storage settings for application backup policies for Veeam Plug-in for Oracle RMAN. The policy will apply low compression to backups using Oracle tools.
To create the Oracle RMAN storage settings, run New-VBROracleRMANStorageOptions. Use the CompressionEnabled parameter to enable data compression, the CompressionMode to specify compression mode and RMANCompressionLevel parameter to specify compression level.
New-VBROracleRMANStorageOptions -CompressionEnabled -CompressionMode RMAN -RMANCompressionLevel Low |