Get-VEORRMANBackup
Short Description
Returns RMAN backups stored in a backup repository.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
Get-VEORRMANBackup [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of RMAN backups stored in a backup repository.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of backup jobs that contain RMAN backups. The cmdlet will return RMAN backups that were created with this job. | 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 IVEORRMANBackup[] object that contains an array of RMAN backups.
Examples
Example 1. Getting All RMAN Backups
This command returns all RMAN backups stored in a backup repository.
|
Example 2. Getting Specific RMAN Backups
This command returns an RMAN backup with a specific name.
|