Start-VBRCapacityTierSync
Short Description
Starts to synchronize data stored on the performance tier with the data on capacity tier.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus
Syntax
Start-VBRCapacityTierSync -Repository <VBRScaleOutBackupRepository> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts to sync data stored on the performance tier with the data on capacity tier.
|
Mind the following:
|
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Repository | Specifies a scale-out backup repository. The cmdlet will return the performance extents added to this repository. Accepts the VBRScaleOutBackupRepository type. | True | Named | True (ByValue, | False |
RunAsync | Indicates that the command returns immediately without waiting for the task to complete. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
This example shows how to start data sync data on capacity tier.
- Run Get-VBRBackupRepository with the ScaleOut parameter to get the scale-out repository with the capacity tier option enabled. Save the result to the $repository variable.
- Run Start-VBRCapacityTierSync with the $repository variable.
Related Commands