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

Get-VEORRMANBackupExample 1. Getting All RMAN Backups

This command returns all RMAN backups stored in a backup repository.

Get-VEORRMANBackup

Get-VEORRMANBackupExample 2. Getting Specific RMAN Backups

This command returns an RMAN backup with a specific name.

Get-VEORRMANBackup -Name "RMAN DB01"

Page updated 10/11/2023

Page content applies to build 12.1.1.56