This is an archive version of the document. To get the most up-to-date information, see the current version.

Start-VBRCapacityTierSync

Short Description

Starts to sync data with object storage.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Start-VBRCapacityTierSync -Repository <VBRScaleOutBackupRepository> [-RunAsync]  [<CommonParameters>]

Detailed Description

This cmdlet starts to sync data with object storage.

Start-VBRCapacityTierSync Important!

Mind the following:

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Repository

Specifies a scale-out backup repository. The cmdlet will return capacity extents added to this repository.

Accepts the VBRScaleOutBackupRepository type.

True

Named

True (ByValue,
ByProperty
Name)

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 with an object storage.

  1. 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.
  2. Run Start-VBRCapacityTierSync with the $repository variable.

$repository = Get-VBRBackupRepository -ScaleOut

Start-VBRCapacityTierSync -Repository $repository

Related Commands

Get-VBRBackupRepository

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.