New-VBROracleRMANStorageOptions
Short Description
Creates the Oracle RMAN storage settings for application backup policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBROracleRMANStorageOptions [-CompressionEnabled] [-CompressionMode <VBRApplicationStorageCompressionMode>] [-RMANCompressionLevel <VBRRMANCompressionLevel>] [-EnableEncryption] [-EncryptionKey <VBREncryptionKey>] [-KMSServer <VBRKMSServer>] [<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 |
Enables the option for the application backup policy to apply compression to backups. |
|
False |
Named |
False |
|
CompressionMode |
Specifies the compression level of backups:
|
|
False |
Named |
False |
|
EnableEncryption |
Enables encryption for a specific application backup policy. Veeam Backup & Replication will encrypt the data that is passed between backup infrastructure components on the source and target side. |
|
False |
Named |
False |
|
EncryptionKey |
Creates an encryption key for the specified application backup policy.
Accepts the |
|
False |
Named |
False |
|
KMSServer |
Specifies KMS servers added to the Veeam Backup & Replication console. The cmdlet will decrypt data encrypted by this server.
Accepts the |
False |
Named |
False |
|
|
RMANCompressionLevel |
This parameter applies only with Specifies the compression level of backups:
|
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBROracleRMANStorageOptions object that defines Oracle RMAN storage settings.
Examples
Creating Oracle RMAN Storage Settings for Application Backup Policies for Veeam Plug-In for Oracle RMAN
This command creates 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.
|
New-VBROracleRMANStorageOptions -CompressionEnabled -CompressionMode RMAN -RMANCompressionLevel Low |