New-VBRPluggableDatabasesOptions
Short Description
Creates the pluggable database settings for application backup policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRPluggableDatabasesOptions [-ProcessingMode <VBRPluggableDatabasesProcessingMode>] [-ProcessingInclusion <String[]>] [-ProcessingExclusion <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet applies to application backup policies for Veeam Plug-In for Oracle RMAN.
This cmdlet creates pluggable database settings.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ProcessingExclusion |
For the Specifies databases to exclude from the backup scope. |
|
False |
Named |
False |
|
ProcessingInclusion |
For the Specifies databases to include in the backup scope. |
|
False |
Named |
False |
|
ProcessingMode |
Specifies the processing mode:
|
|
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 VBRPluggableDatabasesOptions object that defines pluggable database settings for Oracle RMAN.
Examples
Creating Pluggable Database Settings for Application Backup Policies for Veeam Plug-In for Oracle RMAN
This command creates the pluggable database settings for application backup policies for Veeam Plug-In for Oracle RMAN. The policy will process all detected pluggable databases.
|
New-VBRPluggableDatabasesOptions -ProcessingMode All |