Find-VBRTapeCatalogItem
Short Description
Looks for files or folders backed-up by tape jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Find files or folders backed-up by tape jobs.
Find-VBRTapeCatalogItem [-Server <CHost>] [-CatalogItem <VBRTapeCatalogItem[]>] [-Name <String[]>] [<CommonParameters>] |
- Find a certain file, folder or NDMP volume backed-up by tape jobs.
Find-VBRTapeCatalogItem -CatalogItem <VBRTapeCatalogItem[]> [-ResolvePath] [<CommonParameters>] |
Detailed Description
This cmdlet looks for files or folders backed-up by tape jobs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Server | Specifies the server where files were backed up from. The cmdlet will find files and folders backed up from this server. | Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. | False | Named | False |
CatalogItem | Specifies a file or folder. This parameter is used to search further based on the results of the initial search without this parameter. | Accepts the VBRTapeCatalogItem[] object. To get this object, run the Find-VBRTapeCatalogItem cmdlet. | False/True | Named | False |
Name | Specifies the name of the file or folder. The cmdlet will filter files and folders by this value. | String[] | False | Named | False |
ResolvePath | Defines that the cmdlet will set correct path for all returned files or folders. It is used to view the full path to existing files or folders. | SwitchParameter | 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 VBRTapeCatalogItem object that defines the tape catalog item (file, folder) with the following attributes: Name, Id, HostId, Path, IsDirectory, Size, CreationTime, LastWriteTime.
Examples
Example 1. Finding Files and Folders Backed-Up from Certain Server
This example shows how to find files and folders backed-up from the certain server.
Perform the following steps:
|
Example 2. Finding Certain File Backed-Up by Tape Job
This example shows how to find a certain file in the Reports folder backed-up by the tape job.
Perform the following steps:
|
Related Commands