Get-VBORepositorySynchronizeSession

Short Description

Returns sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSet (Default)

    Get-VBORepositorySynchronizeSession [<CommonParameters>]

  • ByRepositoryParameterSet

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

Detailed Description

This cmdlet returns sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Repository

Specifies an object storage repository. The cmdlet will return details of metadata (cache) synchronization between this object storage repository and the PersistentCache database created for this object storage repository on the PostgreSQL instance.

Accepts the VBORepository object.

To get this object, run the Get-VBORepositoryReturns backup repositories. cmdlet.

VBORepository

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Output Object

The cmdlet returns the VBORepositorySynchronizeSession object that contains details on the synchronization of cache between an object storage repository and the PersistentCache database on the PostgreSQL instance.

Examples

Get-VBORepositorySynchronizeSessionExample 1: Getting All Synchronization Sessions

This command returns all sessions that are running to synchronize cache between object storage repositories and the PersistentCache database on the PostgreSQL instance.

Get-VBORepositorySynchronizeSession

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

This example shows how to get sessions that are running to synchronize cache between the specific object storage repository and the PersistentCache database on the PostgreSQL instance.

$azurestorage = Get-VBORepository -Name "Azure"

Get-VBORepositorySynchronizeSession -Repository $azurestorage

Perform the following steps:

  1. Run the Get-VBORepositoryReturns backup repositories. cmdlet. Specify the Name parameter value. Save the result to the $azurestorage variable.
  2. Run the Get-VBORepositorySynchronizeSession cmdlet. Set the $azurestorage variable as the Repository parameter value.

    The cmdlet output will contain the following details on synchronization status of an object storage repository: RepositoryId, RepositoryName and Status.

Get-VBORepositoryReturns backup repositories.

Page updated 2026-08-21

Page content applies to build 8.6.0.1102