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

Start-VBORepositorySynchronizeSession

Short Description

Starts to synchronize cache located in object storage.

Syntax

Start-VBORepositorySynchronizeSession -Repository <VBORepository>  [<CommonParameters>]

Detailed Description

This cmdlet starts to synchronize cache located in object storage with that of an on-premises backup repository. You can run this cmdlet if you have extended backup repository with object storage, and it already contains some data that you want to synchronize with the local cache.

For more information on cache synchronization, see the Synchronizing Repositories section of the Veeam Backup for Microsoft 365 User Guide.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Repository

Specifies a backup repository. The cmdlet will synchronize object storage with this backup repository.

Accepts the VBORepository object.

To get this object, run the Get-VBORepository cmdlet.

True

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.

Output Object

The cmdlet returns the VBORepositorySynchronizeSession object that contains details on the synchronization status of object storage.

Examples

Start-VBORepositorySynchronizeSessionExample 1. Synchronizing Microsoft Azure Blob Storage Cache

Start-VBORepositorySynchronizeSessionExample 2. Synchronizing Amazon S3 Object Storage

Start-VBORepositorySynchronizeSessionExample 3. Synchronizing S3 Compatible Object Storage

Related Commands

Get-VBORepository