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

Get-VBRCapacityTierSyncInterval

Short Description

Returns a time period of checkpoints in capacity tier that are available for synchronization.

Applies to Amazon S3, S3 Compatible

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a time period of checkpoints that are available for synchronization.

Get-VBRCapacityTierSyncInterval -Repository <VBRScaleOutBackupRepository>  [<CommonParameters>]

  • Get a time period of checkpoints that are available for synchronization for the specified job.

Get-VBRCapacityTierSyncInterval -Repository <VBRScaleOutBackupRepository> -Job <VBRJob>  [<CommonParameters>]

  • Get a time period of checkpoints that are available for synchronization for the specified backup.

Get-VBRCapacityTierSyncInterval -Repository <VBRScaleOutBackupRepository> -Backup <CBackup>  [<CommonParameters>]

Detailed Description

This cmdlet returns a time period of checkpoints in capacity tier that are available for synchronization. You may want to run this cmdlet before you synchronize the state of the backup chains on performance tier with the state of the backup chains on capacity tier for the specific period of time.

Run the Sync-VBRSOBREntityState cmdlet to synchronize the state of the backup chains.

Important

Use this cmdlet only with archive storage that support the immutability option.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Repository

Specifies a scale-out backup repository. The cmdlet will return a time period that contains checkpoints that were moved from this scale-out backup repository but are still available on the capacity tier.

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

True

Named

True (ByValue)

Job

Specifies a job. The cmdlet will return a time period that contains checkpoints on the capacity tier for this job.

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

True

Named

False

Backup

Specifies a backup. The cmdlet will return a time period that contains checkpoints on the capacity tier for this backup.

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

True

Named

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

This cmdlet returns the VBRCapacityTierSyncInterval object that contains details on a time period of checkpoints in capacity tier that are available for synchronization

Examples

Get-VBRCapacityTierSyncIntervalExample 1. Getting Time Period for all Checkpoints Available on Capacity Tier

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

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

Related Commands