Find-VBRTapeCatalogItemVersion
Short Description
Looks for backed up versions of a file or folder.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Find-VBRTapeCatalogItemVersion -CatalogItem <VBRTapeCatalogItem> [<CommonParameters>] |
Detailed Description
This cmdlet looks for backed-up versions of a file or folder to be further used by the Start-VBRTapeFileRestoreStarts the restore of files and folders from tape. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CatalogItem |
Specifies a file or folder. The cmdlet will find versions of this file or folder.
Accepts the |
|
True |
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 VBRTapeCatalogItemVersion object that defines the versions of the tape catalog item (file, folder) with the following attributes: Id, CatalogItemId, BackupSetPointId, IsDeletedFromDisk, IsCorrupted, Location, Size, CreationTime, LastWriteTime, BackupSetWriteTime, IsDirectory.
Examples
Getting Version of File Backed-Up by Tape Job
This example shows how to get versions of a file backed-up by the tape job.
|
$item = Find-VBRTapeCatalogItem Find-VBRTapeCatalogItemVersion -CatalogItem $item[3] |
Perform the following steps:
- Run the
Find-VBRTapeCatalogItemLooks for files or folders backed-up by tape jobs. cmdlet. Save the result to the$itemvariable. - Run the
Find-VBRTapeCatalogItemVersioncmdlet. Set the$itemvariable as theCatalogItemparameter value.
Related Commands
Find-VBRTapeCatalogItemLooks for files or folders backed-up by tape jobs.