Get-VBREC2Backup
Short Description
Returns EC2 instance backups.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBREC2Backup [-Name <string[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of EC2 instance backups.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of names for EC2 instance backups. The cmdlet will return backups with these names. | String[] | 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 VBREC2Backup object that contains an array of EC2 instance backups.
Examples
Getting EC2 Instance Backups
This command returns all EC2 instance backups.
Get-VBREC2Backup |