Get-VBRArchiveTierSyncInterval
Short Description
Returns a time period of checkpoints in the archive tier that are available for synchronization.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRArchiveTierSyncInterval -Repository <VBRScaleOutBackupRepository> [<CommonParameters>]
-
JobGet-VBRArchiveTierSyncInterval -Repository <VBRScaleOutBackupRepository> -Job <VBRJob> [<CommonParameters>]
-
BackupGet-VBRArchiveTierSyncInterval -Repository <VBRScaleOutBackupRepository> -Backup <CBackup> [<CommonParameters>]
-
TenantBackupIdGet-VBRArchiveTierSyncInterval -Repository <VBRScaleOutBackupRepository> -TenantBackupId <Guid> [<CommonParameters>]
-
TenantIdGet-VBRArchiveTierSyncInterval -Repository <VBRScaleOutBackupRepository> -TenantId <Guid> [<CommonParameters>]
Detailed Description
This cmdlet returns a time period of checkpoints in the archive tier that are available for synchronization. You may want to run this cmdlet before you synchronize the state of backup chains with the state of backup chains on the archive tier for the specific period of time. When you synchronize the state of backup chains with state of backup chains on the archive tier, the state of backup chains on the capacity tier does not change.
Run the Sync-VBRSOBREntityStateSynchronizes the state of backup chains on performance extents with the state of data on capacity and archive extents of a scale-out backup repositories. 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 |
|---|---|---|---|---|---|
|
Backup |
Specifies a backup. The cmdlet will return a time period that contains checkpoints on the archive tier for this backup. |
|
True |
Named |
True (ByPropertyName) |
|
Job |
Specifies a job. The cmdlet will return a time period that contains checkpoints on the archive tier for this job. |
True |
Named |
True (ByPropertyName) |
|
|
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 archive tier. |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
TenantBackupId |
Specifies an ID of the cloud tenant backup. The cmdlet will return a time period that contains checkpoints on the archive tier for this backup. |
|
True |
Named |
False |
|
TenantId |
Specifies an ID of the cloud tenant. The cmdlet will return a time period that contains checkpoints on the archive tier created by this tenant. |
|
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 VBRArchiveTierSyncInterval object contains details on a time period of checkpoints in archive tier that are available for synchronization.
Examples
Example 1. Getting Time Period for all Checkpoints Available on Archive Tier
|
This example shows how to get a time period with contains checkpoints on archive tier that are available for synchronization.
Perform the following steps:
|
Example 2. Getting Time Period of Checkpoints for Specific Job
|
This example shows how to get a time period that contains checkpoints on archive tier that you can synchronize for the
Perform the following steps:
|
Example 3. Getting Time Period of Checkpoints for Specific Backup
|
This example shows how to get a time period that contains details on checkpoints on archive tier that you can synchronize for the
Perform the following steps:
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRJobReturns existing jobs.Get-VBRBackupReturns backups.