Get-VBORepositorySynchronizeSession
Short Description
Returns synchronization sessions of object storage repositories cache.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all synchronization sessions of object storage repositories.
- Get synchronization session for a specific object storage repository.
Detailed Description
This cmdlet returns sessions that are running to synchronize cache located on object storage repositories with backup repositories.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Repository | Specifies the backup repository. The cmdlet will synchronize cache located on this 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 the object storage repository.
Examples
Example 1. Getting all Synchronization Sessions
This command returns all sessions that are running to synchronize cache located on object storage repositories. |
Example 2. Getting Synchronization Sessions of Specific Object Storage Repository
This example shows how to get sessions that are running to synchronize cache on the specific object storage repository.
Perform the following steps:
The cmdlet output will contain the following details on synchronization status of object storage repository: RepositoryId, RepositoryName and Status. |
Related Commands