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.
Syntax
This cmdlet provides the following parameter sets:
-
JobSync-VBRSOBREntityState -Job <VBRJob> -PointInTime <DateTime> [-ArchiveTier] [-RunAsync] [<CommonParameters>]
-
RepositorySync-VBRSOBREntityState -Repository <VBRScaleOutBackupRepository> -PointInTime <DateTime> [-ArchiveTier]
[-RunAsync] [<CommonParameters>]
-
TenantIdSync-VBRSOBREntityState -Repository <VBRScaleOutBackupRepository> -TenantId <Guid> -PointInTime <DateTime>
[-ArchiveTier] [-RunAsync] [<CommonParameters>]
-
BackupSync-VBRSOBREntityState -Backup <CBackup> -PointInTime <DateTime> [-ArchiveTier] [-RunAsync] [<CommonParameters>]
-
TenantBackupIdSync-VBRSOBREntityState -TenantBackupId <Guid> -PointInTime <DateTime> [-ArchiveTier] [-RunAsync] [<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 scale-out backup repositories for the specific period of time.
Run the Get-VBRCapacityTierSyncIntervalReturns a time period of checkpoints in capacity tier that are available for synchronization. cmdlet to get details on the period of time when checkpoints in the capacity tier are available for synchronization.
Run the Get-VBRArchiveTierSyncIntervalReturns a time period of checkpoints in the archive tier that are available for synchronization. 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 object storage that support the immutability option. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
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.
Default: |
|
False |
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 |
|
True |
Named |
False |
|
Job |
Specifies a job. The cmdlet will synchronize data for a specified period in time from the capacity extent for this job.
Accepts the |
True |
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. |
|
True |
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. |
True |
Named |
False |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
TenantBackupId |
Specifies a ID of the tenant backup. |
|
True |
Named |
False |
|
TenantId |
Specifies s tenant ID. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Synchronizing Data for Specific Job
|
This example shows how to synchronize data that is stored in the capacity extent for the
Perform the following steps:
|
Example 2. Synchronizing Data for Scale-Out Backup Repository
|
This example shows how to synchronize data that is stored in the capacity extent for the specified scale-out backup repository.
Perform the following steps:
|
Example 3. Synchronizing Data for Specific Backup
|
This example shows how to synchronize data that is stored on extents for the specified backup.
Perform the following steps:
|
Related Commands
Get-VBRJobReturns existing jobs.Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRBackupReturns backups.Get-VBRCapacityTierSyncIntervalReturns a time period of checkpoints in capacity tier that are available for synchronization.Get-Date