This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VEORRMANBackup

Short Description

Returns RMAN backups stored on a backup repository server.

Applies to Veeam Backup & Replication

Product Edition: Enterprise Plus

Syntax

Get-VEORRMANBackup [-Name <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of RMAN backups stored on a backup repository server.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

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

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.

Examples

Example 1. Getting All RMAN Backups

This command returns all RMAN backups stored on a backup repository server.

Get-VEORRMANBackup

Example 2. Getting Specific RMAN Backups

This command returns an RMAN backup with a specific name.

Get-VEORRMANBackup -Name "RMAN DB01"