Get-VBRObjectStorageRepositorySyncInterval

Short Description

Returns a time period available for synchronization for checkpoints located in object storage repositories.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a time period of all checkpoints that are located in object storage repositories.

Get-VBRObjectStorageRepositorySyncInterval -Repository <VBRObjectStorageRepository>  [<CommonParameters>]

  • Get a time period of checkpoints that are created by the specific job.

Get-VBRObjectStorageRepositorySyncInterval -Repository <VBRObjectStorageRepository> -Job <VBRJob>  [<CommonParameters>]

  • Get a time period of checkpoints that are added to the specific backup.

Get-VBRObjectStorageRepositorySyncInterval -Repository <VBRObjectStorageRepository> -Backup <CBackup>  [<CommonParameters>]

  • Get a time period of checkpoints that are added to the specific cloud tenant backup.

Get-VBRObjectStorageRepositorySyncInterval -Repository <VBRObjectStorageRepository> -TenantBackupId <Guid>  [<CommonParameters>]

  • Get a time period of checkpoints that are created by the specific cloud tenant.

Get-VBRObjectStorageRepositorySyncInterval -Repository <VBRObjectStorageRepository> -TenantId <Guid>  [<CommonParameters>]

Detailed Description

This cmdlet returns a time period available for synchronization of checkpoints located in object storage repositories. You can get details on the time period when checkpoints in object storage are available for synchronization.

You may want to run this cmdlet before you roll back checkpoints in object storage repositories to the previous state.

You can use the cmdlet for the following types of repositories:

  • Standalone object storage repositories.
  • Object storage repositories added as capacity tier extents.

Run the Sync-VBRObjectStorageRepositoryEntityState to synchronize the state of the backup chains.

Important

Consider the following:

  • Run this cmdlet only with checkpoints located in object storage repositories that support the immutability option.
  • This cmdlet is NOT supported for object storage repositories added as a performance extents of a scale-out backup repository.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Repository

Specifies an object storage repository. The cmdlet will return time periods for checkpoints located in this repository.

Accepts the VBRObjectStorageRepository object. To create this object, run the Get-VBRObjectStorageRepository cmdlet.

True

Named

True (ByValue)

Job

Specifies a job. The cmdlet will return a time period for checkpoints created by this job.

Accepts the VBRJob object. To get this object, run the Get-VBRJob cmdlet.

True

Named

False

Backup

Specifies a backup. The cmdlet will return a time period for checkpoints added to this backup.

Accepts the CBackup object. To get this object, run the Get-VBRBackup cmdlet.

True

Named

False

TenantBackupId

Specifies an ID of the cloud tenant backup. The cmdlet will return a time period for checkpoints added to this backup.

Guid

True

Named

False

TenantId

Specifies an ID of the cloud tenant. The cmdlet will return a time period for checkpoints created by this tenant.

Guid

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRObjectStorageRepositorySyncInterval object that contains a time period available for synchronization of checkpoints located in object storage repositories.

Examples

Get-VBRObjectStorageRepositorySyncIntervalExample 1. Getting Time Period for all Checkpoints Available in Object Storage Repositories

Get-VBRObjectStorageRepositorySyncIntervalExample 2. Getting Time Period of Checkpoints for Specific Job

Get-VBRObjectStorageRepositorySyncIntervalExample 3. Getting Time Period of Checkpoints for Specific Backup

Related Commands

Page updated 3/25/2025

Page content applies to build 12.3.1.1139