Add-VBRAzureBlobRepository
Short Description
Adds Azure Blob object storage repository to Veeam Backup & Replication.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Add-VBRAzureBlobRepository -AzureBlobFolder <VBRAzureBlobFolder> -Connection <VBRAzureBlobConnection> [-Name <string>] [-Description <string>] [-EnableSizeLimit] [-SizeLimit <int>] [<CommonParameters>] |
Detailed Description
This cmdlet adds Azure Blob object storage repository to Veeam Backup & Replication.
Parameters
Parameter | Description | Required | Position | Accept |
---|---|---|---|---|
AzureBlobFolder | Specifies an Azure Blob folder. The cmdlet will map object storage repository to this folder. Accepts the VBRAzureBlobFolder type. | True | Named | True (ByValue) |
Connection | Specifies an active session with Azure Blob storage that you want to add as the backup repository. Accepts the VBRAzureBlobConnection object. To get this object, run the Connect-VBRAzureBlobService cmdlet and set the CapacityTier property as the ServiceType parameter value | True | Named | False |
Name | Specifies a name of an object storage. The cmdlet will add Azure Blob storage to Veeam Backup & Replication with this name. | False | Named | False |
Description | Specifies a description of Azure Blob storage. The cmdlet will add Azure Blob storage to Veeam Backup & Replication with this description. | False | Named | False |
EnableSizeLimit | Indicates that the cmdlet will enable size limits for an Azure Blob storage that you want to add as a backup repository. Use the SizeLimit parameter to specify the size limits. | False | Named | False |
SizeLimit | For the EnableSizeLimit parameter. Specifies size limits in GB for data blocks that you want to store in Azure Blob storage added as an object storage repository. Permitted value: 1024 - 1073741824. Default: 10240. | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
This cmdlet returns the VBRAzureBlobRepository object that contains settings of Azure Blob object storage repository.
Examples
Example 1. Adding Microsoft Azure Object Storage [Mapping to Existing Folder]
This example shows how to add Microsoft Azure Object Storage to the backup infrastructure and map object storage repository to an existing folder.
Perform the following steps:
The Get-VBRAzureBlobFolder cmdlet will return an array of folders. Mind the ordinal number of the necessary folders (in our example, it is the fourth restore point in the array).
|
Example 2. Adding Microsoft Azure Object Storage [Mapping to New Folder]
This example shows how to add Microsoft Azure Object Storage to the backup infrastructure and map object storage repository to a new folder. The cmdlet will map object storage repository to the Images folder.
Perform the following steps:
|
Related Commands