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

Get-VBORepositorySynchronizeSession

Short Description

Returns synchronization sessions of object storage cache.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all synchronization sessions of object storage.

Get-VBORepositorySynchronizeSession  [<CommonParameters>]

  • Get synchronization session for a specific object storage.

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

Detailed Description

This cmdlet returns sessions that are running to synchronize cache located in object storage with backup repositories.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Repository

Specifies a backup repository. The cmdlet will synchronize cache located on object storage with the specified repository.

Accepts the VBORepository object.

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

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.

Output Object

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

Examples

Get-VBORepositorySynchronizeSessionExample 1. Getting All Synchronization Sessions

Get-VBORepositorySynchronizeSessionExample 2. Getting Synchronization Sessions of Specific Object Storage

Related Commands

Get-VBORepository