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>]
-
ByRepositoryParameterSetGet-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
|
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
To get this object, run the |
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
Example 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.
|
Example 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.
Perform the following steps:
|
Related Commands
Get-VBORepositoryReturns backup repositories.