Publish-VBRArchiveRestorePoint
Short Description
Retrieves data from archive storage.
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AmazonGlacierStoragePublish-VBRArchiveRestorePoint -RestorePoint <COib> -AvailabilityPeriodDays <UInt32>
-AmazonS3GlacierRetrievalPolicy <VBRAmazonS3GlacierRetrievalPolicy> [-EnableExpirationNotification]
[-ExpirationHoursThreshold <Int32>] [-RunAsync] [<CommonParameters>]
-
AzureArchiveStoragePublish-VBRArchiveRestorePoint -RestorePoint <COib> -AvailabilityPeriodDays <UInt32>
-AzureArchiveRetrievalPolicy <VBRAzureArchiveRetrievalPolicy> [-EnableExpirationNotification]
[-ExpirationHoursThreshold <Int32>] [-RunAsync] [<CommonParameters>]
-
S3GlacierCompatiblePublish-VBRArchiveRestorePoint -RestorePoint <COib> -AvailabilityPeriodDays <UInt32>
-S3GlacierCompatibleRetrievalPolicy <VBRS3GlacierCompatibleRetrievalPolicy> [-EnableExpirationNotification]
[-ExpirationHoursThreshold <Int32>] [-RunAsync] [<CommonParameters>]
Detailed Description
This cmdlet retrieves the backup files from the archive storage to the capacity extent of the scale-out backup repository. This is necessary for restore from archived backups.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AmazonS3GlacierRetrievalPolicy |
Defines the method of data retrieval for Amazon S3 Glacier object storage. You can retrieve data using one of the following methods:
|
|
True |
Named |
False |
|
AvailabilityPeriodDays |
Specifies a period (in days) during which the retrieved archive backup files will be available. |
|
True |
Named |
False |
|
AzureArchiveRetrievalPolicy |
Defines the method of data retrieval for Azure Archive storage. You can retrieve data using one of the following methods:
|
|
True |
Named |
False |
|
EnableExpirationNotification |
Enables sending of notification about upcoming expiration of the retrieved archive backup files availability.
Default: |
|
False |
Named |
False |
|
ExpirationHoursThreshold |
For the |
|
False |
Named |
False |
|
RestorePoint |
Specifies the restore point for which you want to execute publish.
Accepts the |
|
True |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
S3GlacierCompatibleRetrievalPolicy |
Defines the method of data retrieval for S3 compatible object storage with with data archiving. You can retrieve data using one of the following methods:
|
|
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 VBRPublishedBackupSession object.
Examples
Example 1. Retrieving Backup Files from Amazon S3 Glacier Archive Extent
|
This example shows how to retrieve backup files from the Amazon S3 Glacier archive extent of the scale-out backup repository.
Perform the following steps:
|
Example 2. Retrieving Data from Amazon S3 Glacier Archive Storage for Multiple Restore Points
|
This example shows how to retrieve several restore points from the Amazon S3 Glacier archive storage with the following settings:
Perform the following steps:
|
Related Commands
Get-VBRBackupReturns backups.Get-VBRRestorePointReturns restore points.