Get-VBRUnstructuredBackupRetrieval
Short Description
Returns active unstructured data retrieval operations.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRUnstructuredBackupRetrieval [<CommonParameters>]
-
RestorePointGet-VBRUnstructuredBackupRetrieval -RestorePoint <VBRUnstructuredBackupRestorePoint[]> [<CommonParameters>]
-
NasBackupGet-VBRUnstructuredBackupRetrieval [-Server <VBRUnstructuredServer[]>] -Backup <VBRUnstructuredBackup[]> [<CommonParameters>]
Detailed Description
This cmdlet returns active unstructured data retrieval operations from archive object storage repositories.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies an array of backups created by unstructured data backup jobs. The cmdlet will return active retrieval operations for these backups.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
RestorePoint |
Specifies an array of restore points created by unstructured data backup jobs. The cmdlet will return active retrieval operations for these restore points.
Accepts the |
|
True |
Named |
False |
|
Server |
Specifies an array of source servers that store unstructured data.
Note: Using this parameter together with the
Accepts the |
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRUnstructuredBackupRetrievalOperation object that contains information about an active unstructured data retrieval operation.
Examples
Example 1. Getting Active Retrieval Operations for Backups
|
This example shows how to get active retrieval operations for backups created by the
Perform the following steps:
|
Example 2. Getting Active Retrieval Operations for Restore Points
|
This example shows how to get active retrieval operations for restore points with the
Perform the following steps:
|
Related Commands
Get-VBRObjectStorageRepositoryReturns object storage added as backup repositories to Veeam Backup & Replication.Set-VBRNASObjectStorageTransformThresholdModifies the blob transformation threshold for an object storage repository that stores file backups.