Set-VBRAmazonS3Server
Short Description
Modifies settings of Amazon S3 storage added as unstructured data source to the inventory.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRAmazonS3Server -Server <VBRAmazonS3Server> [-Account <VBRAmazonAccount>] [-ProxyMode <VBRNASProxyMode>] [-SelectedProxyServer <VBRNASProxyServer[]>] [-CacheRepository <CBackupRepository>] [-BackupIOControlLevel <VBRUnstructuredBackupIOControlLevel>] [-MetaMigrationType <VBRUnstructuredBackupMetaMigrationType>] [-BucketName <String>] [-RetrievalSettings <VBRUnstructuredBackupColdStorageRetrievalSettings>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of Amazon S3 storage added as unstructured data source to the inventory.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies an Amazon S3 credentials record. Veeam Backup & Replication will use this credentials record to connect to Amazon S3 storage.
Accepts the |
False |
Named |
True (ByValue) |
|
|
BackupIOControlLevel |
Specifies a speed that Veeam Backup & Replication will use to read data from object storage. You can specify either of the following speed:
|
|
False |
Named |
False |
|
BucketName |
Specifies a name of the Amazon S3 bucket. The cmdlet will connect to this bucket. |
|
False |
Named |
False |
|
CacheRepository |
Specifies the cache repository. Veeam Backup & Replication will keep the .VCACHE files on this repository.
Accepts the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify settings of Amazon S3 storage without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
MetaMigrationType |
Specifies how the cmdlet will migrate metadata. You can use one of the following options:
|
|
False |
Named |
False |
|
ProxyMode |
Specifies the backup proxy options.
|
|
False |
Named |
False |
|
RetrievalSettings |
Specifies the retrieval policy settings. The cmdlet will use these settings to retrieve data from archive object storage repositories.
Accepts the |
|
False |
Named |
False |
|
SelectedProxyServer |
For the Specifies the backup proxy. Veeam Backup & Replication will use this backup proxy to back up Amazon S3 object storage.
Accepts the |
False |
Named |
False |
|
|
Server |
Specifies the Amazon S3 storage that you want to modify.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAmazonS3Server object that contains settings of Amazon S3 storage added to the inventory.
Examples
Modifying Settings of Amazon S3 Storage Added as Unstructured Data Source
This example shows how to set the high speed for Veeam Backup & Replication to read data from Amazon S3 storage added as unstructured data source to the inventory.
|
$server = Get-VBRUnstructuredServer -Name "Amazon S3 OS" Set-VBRAmazonS3Server -Server $server -BackupIOControlLevel High |
Perform the following steps:
- Run the
Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory. cmdlet. Specify theNameparameter value. Save the result to the$servervariable. - Run the
Set-VBRAmazonS3Servercmdlet. Set the$servervariable as theServerparameter value. Set theHighoption for theBackupIOControlLevelparameter.
Related Commands
Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory.Get-VBRNASProxyServerReturns file backup proxy servers added to the Veeam Backup & Replication infrastructure.Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRAmazonAccountReturns AWS credentials records.