Add-VBRAzureBlobRepository
Short Description
Adds Azure Blob object storage repository to the backup infrastructure.
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRAzureBlobRepository [-Name <String>] [-Description <String>] -AzureBlobFolder <VBRAzureBlobFolder> -Connection <VBRAzureBlobConnection> [-EnableSizeLimit] [-SizeLimit <Int32>] [-EnableCoolAccessTier] [-EnableBackupImmutability] [-ImmutabilityMode <VBRRepositoryImmutabilityMode>] [-ImmutabilityPeriod <Int32>] [-MountServerOptions <VBRRepositoryMountServerOptions[]>] [-AzureProxySpec <VBRAzureComputeProxyAppliance>] [-EnableConcurrentTasksLimit] [-MaxConcurrentTasks <Int32>] [-ForceOwnershipChange] [-EnableReadOnlyMode] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet adds Azure Blob object storage repository to the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AzureBlobFolder |
Specifies an Azure Blob folder. The cmdlet will map object storage repository to this folder.
Accepts the |
True |
Named |
True (ByValue) |
|
|
AzureProxySpec |
Specifies a helper appliance. Veeam Backup & Replication will use this appliance to perform a health check of backup files and apply retention to file backup job files.
Accepts the |
False |
Named |
False |
|
|
Connection |
Specifies an active session with Azure Blob storage that you want to add as the backup repository.
Accepts the |
|
True |
Named |
False |
|
Description |
Specifies a description of Azure Blob storage. The cmdlet will add Azure Blob storage to the backup infrastructure with this description. |
|
False |
Named |
False |
|
EnableBackupImmutability |
Defines that the cmdlet will enable the immutability option.
Default: |
|
False |
Named |
False |
|
EnableConcurrentTasksLimit |
Enables limits for concurrent tasks that can be processed by the object storage repository.
Use the |
|
False |
Named |
False |
|
EnableCoolAccessTier |
Defines that Veeam Backup & Replication will keep blocks of data in the Cool access tier.
Default: |
|
False |
Named |
False |
|
EnableReadOnlyMode |
Defines that the cmdlet will add the object storage repository in the read-only mode. If you enable this option, Veeam Backup & Replication will not write or modify data in the object storage repository. You can use the object storage repository for restore operations only.
Default: |
|
False |
Named |
False |
|
EnableSizeLimit |
Defines that the cmdlet will enable size limits for an Azure Blob storage that you want to add as a backup repository.
Use the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add an object storage repository without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
ForceOwnershipChange |
Defines that the cmdlet will force ownership change of the object storage folder. If you do not provide this parameter and the object storage folder is owned by another host, you will not be able to add object storage to the backup infrastructure. |
|
False |
Named |
False |
|
ImmutabilityMode |
Specifies the immutability retention period:
|
|
False |
Named |
False |
|
ImmutabilityPeriod |
For the Defines the immutability period in days. Default: 30 days. |
|
False |
Named |
False |
|
MaxConcurrentTasks |
Specifies a maximum number of concurrent tasks that can be processed at once by the object storage repository. |
|
False |
Named |
False |
|
MountServerOptions |
Specifies settings of a mount server for object storage repositories. Note: This parameter is required for object storage repositories that you want to add as performance extents to a scale-out backup repository. |
False |
Named |
True (ByPropertyName) |
|
|
Name |
Specifies a name of an object storage. The cmdlet will add Azure Blob storage to the backup infrastructure with this name. |
|
False |
Named |
False |
|
SizeLimit |
For the Specifies size limits in GB for data blocks that you want to store in Azure Blob storage that you want to add as an object storage repository.
Permitted value:
Default: |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
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:
|
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
Perform the following steps:
|
Related Commands
Get-VBRAzureBlobAccountReturns Microsoft Azure Blob credentials records.Connect-VBRAzureBlobServiceConnects to Microsoft Azure Blob storage.Get-VBRAzureBlobContainerReturns Azure Blob containers.Get-VBRAzureBlobFolderReturns Microsoft Azure Blob folders.New-VBRAzureBlobFolderCreates Microsoft Azure Blob folders.