--- title: "Get-VBRArchiveTierSyncInterval" 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..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrarchivetiersyncinterval.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Scale-Out Backup Repositories > Immutability > Get-VBRArchiveTierSyncInterval" dateModified: "2026-08-19" --- # 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)
Job
Backup
TenantBackupId
TenantId
|
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 |