Start-VBRCapacityTierSync
Short Description
Starts to offload data stored on the performance tier to capacity tier.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRCapacityTierSync -Repository <VBRScaleOutBackupRepository> [-ApproximateOffloadSizeGB <Int64>] [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts to offload data stored on the performance tier to capacity tier.
Important |
|
Consider the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApproximateOffloadSizeGB |
Specifies an approximate size of data that you want to offload to the capacity tier. Note: If you provide this parameter, the cmdlet will move backups to capacity tier and delete them from performance tier. |
|
False |
Named |
True (ByPropertyName) |
|
Repository |
Specifies a scale-out backup repository. The cmdlet will return the performance extents added to this repository.
Accepts the |
True |
Named |
True (ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Offloading Data From Performance Tier to Capacity Tier
|
This example shows how to start offload data from the performance tier to the capacity tier. We recommend using this script if you have several scale-out repositories and would like to synchronize data on a specific repository.
Perform the following steps:
|
Example 2. Offloading Data From Performance Tier to Capacity Tier [Using Pipeline]
|
This example shows how to sync data stored on the performance tier with the data on capacity tier. We recommend using this script if you do not want to specify an ordinal number of a scale-out repository.
Perform the following steps:
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.ForEach-Object