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

Sync-VBRSOBREntityState

Short Description

Synchronizes the state of backup chains on performance extents with the state of data on capacity and archive extents of a scale-out backup repositories.

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:

  • Synchronizes the state of backup chains on performance extents with the state of data on capacity and archive extents for the specified job.

Sync-VBRSOBREntityState -Job <VBRJob> -PointInTime <datetime> [-RunAsync] [-ArchiveTier] [<CommonParameters>]

  • Synchronizes the state of backup chains on extents for the specified scale-out backup repository.

Sync-VBRSOBREntityState -Repository <VBRScaleOutBackupRepository> -PointInTime <datetime> [-RunAsync] [-ArchiveTier] [<CommonParameters>]

  • Synchronizes the state of backup chains on extents for the specified backup.

Sync-VBRSOBREntityState -Backup <CBackup> -PointInTime <datetime> [-RunAsync] [-ArchiveTier] [<CommonParameters>]

Detailed Description

This cmdlet synchronizes the state of backup chains on performance extents of scale-out backup repositories with the state of data on capacity and archive extents of a scale-out backup repositories for the specific period of time.

Run the Get-VBRCapacityTierSyncInterval cmdlet to get details on the period of time when checkpoints in the capacity tier are available for synchronization.

Run the Get-VBRArchiveTierSyncInterval cmdlet to get details on the period of time when checkpoints in the archive tier are available for synchronization.

Important

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies a job. The cmdlet will synchronize data for a specified period in time from the capacity extent for this job.

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

True

Note: This parameter is required when you want to synchronize data for a specific job.

Named

False

Repository

Specifies a scale-out backup repository. The cmdlet will synchronize data for a specified period in time from the capacity extent for this repository.

VBRScaleOutBackupRepository

True

Named

False

Backup

Specifies a backup. The cmdlet will synchronize data for a specified period in time from the capacity extent for these backups.

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

True

Note: This parameter is required when you want to synchronize data for a specific backup.

Named

False

PointInTime

Specifies a period in time to which you want to restore data. The cmdlet will synchronize data from the capacity extent to the specified period.

DateTime

True

Named

False

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

ArchiveTier

Defines that the cmdlet will synchronize the state of backup chains on performance extents with the state of backup chains located in the archive tier.

If you do not provide this parameter, the cmdlet will synchronizes the state of backup chains on performance extents with the state of backup chains on the capacity extent.

SwitchParameter

False

Named

 

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

VBRSession

Examples

Sync-VBRSOBREntityStateExample 1. Synchronizing Data for Specific Job

Sync-VBRSOBREntityStateExample 2. Synchronizing Data for Scale-Out Backup Repository

Sync-VBRSOBREntityStateExample 3. Synchronizing Data for Specific Backup

Related Commands