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

Get-VBRBackup

Short Description

Returns backups.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all backups.

Get-VBRBackup [-VeeamZIP]  [<CommonParameters>]

  • Get backups by their ID.

Get-VBRBackup -Id <guid[]> [-VeeamZIP]  [<CommonParameters>]

  • Get backups by their name.

Get-VBRBackup [-Name <string[]>] [-VeeamZIP]  [<CommonParameters>]

Detailed Description

This cmdlet returns backups created with Veeam Backup & Replication.

Note

The backups contain all restore points for all machines that are processed by the job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Note: This parameter is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261).

Specifies an array of the backup IDs. The cmdlet will return backups with these IDs.

Guid[]

True

Named

True (ByPropertyName)

Name

Specifies the array of the job name. The cmdlet will return backups produced with these jobs.

String[]

False

Named

False

VeeamZIP

Defines that the cmdlet will return VeeamZIP backups.

SwitchParameter

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.

Return Type

The cmdlet returns the CBackup object that contains backups created with Veeam Backup & Replication.

Examples

Get-VBRBackupExample 1. Getting all Backups

Get-VBRBackupExample 2. Getting Backups by ID

Get-VBRBackupExample 3. Getting Backups by Name

Get-VBRBackupExample 4. Getting VeeamZIP Backups