Get-VBRDeletedArchivedBackupFile
Short Description
Returns an array of backup files deleted from the archive tier and preserved by insider protection.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRDeletedArchivedBackupFile [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of backup files deleted from the archive tier and preserved by insider protection.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies backup files names. The cmdlet will return backup files with these names. | 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 VBRDeletedArchivedBackupFile[] object that contains an array of backup files deleted from the archive tier and covered by insider protection.
Examples
Getting Deleted Backup Files by Name
This command returns deleted backup files containing Backup in name.
Get-VBRDeletedArchivedBackupFile -Name "Backup" |