Get-VBRBackupFile
Short Description
Returns backup files.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides the following parameter sets:
-
Path (Default)Get-VBRBackupFile -Backup <CBackup> [-Path <String[]>] [<CommonParameters>]
-
IdGet-VBRBackupFile -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns backup files. You can use this cmdlet to get backup files from an object storage and to move them to the object storage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the backup. The cmdlet will return an array of backup files for this backup.
Accepts the |
|
True |
Named |
True (ByValue) |
|
Id |
Specifies an ID of a backup file. The cmdlet will return the backup file with the specified ID. |
|
True |
Named |
False |
|
Path |
Specifies a relative path to the folder with backup files. |
|
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 VBRBackupFile object that contains missing backup files.
Examples
Example 1. Getting all Backup Files from Specified Backup
|
This example shows how to get all backup files from the specified backup.
Perform the following steps:
|
Example 2. Getting all Incremental Backup Files from Specified Backup
|
This example shows how to get all incremental backup files from the specified backup.
Perform the following steps:
|
Related Commands
Get-VBRBackupReturns backups.