Set-VBRS3GlacierCompatibleRepository
Short Description
Modifies settings of S3 compatible object storage with data archiving.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRS3GlacierCompatibleRepository -Repository <VBRS3GlacierCompatibleRepository> [-Name <String>] [-Description <String>] [-ArchiverAppliance <CHost>] [-ImmutabilityMode <VBRRepositoryImmutabilityMode>] [-ImmutabilityPeriod <Int32>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of S3 compatible object storage with data archiving that is added to the backup infrastructure.
Important |
|
Do NOT change the immutability settings for your S3 compatible object storage with data archiving repository, otherwise it may result in data loss in the following scenarios:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiverAppliance |
Specifies the archiver appliance. The cmdlet will use it to transfer data from S3 compatible object storage to S3 compatible object storage with data archiving.
Accepts the |
|
False |
Named |
False |
|
Description |
Specifies a description of S3 compatible object storage with data archiving. The cmdlet will add S3 compatible object storage with this description. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add S3 compatible object storage with data archiving without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
ImmutabilityMode |
Specifies the immutability retention period:
|
|
False |
Named |
False |
|
ImmutabilityPeriod |
Defines the immutability period in days.
Default:
Maximum: |
|
False |
Named |
False |
|
Name |
Specifies a name of S3 compatible object storage with data archiving. The cmdlet will add S3 compatible object storage with this name. |
|
False |
Named |
False |
|
Repository |
Specifies an S3 compatible object storage with data archiving that you want to modify.
Accepts the |
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRS3GlacierCompatibleRepository
Examples
Modifying Settings for S3 Compatible Object Storage with Data Archiving
This example shows how to specify the archiver appliance for the Atlanta03 S3 compatible object storage with data archiving.
|
$appliance = Get-VBRServer -Name "WinSrv2049" $repo = Get-VBRArchiveObjectStorageRepository -Name "Atlanta03" $s3Glacier = Set-VBRS3GlacierCompatibleRepository -Repository $repo -ArchiverAppliance $appliance |
Perform the following steps:
- Run the
Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify theNameparameter value. Save the result to the$appliancevariable. - Run the
Get-VBRArchiveObjectStorageRepositoryReturns archive repositories added to the backup infrastructure. cmdlet. Specify theNameparameter value. Save the result to the$repovariable. - Run the
Set-VBRS3GlacierCompatibleRepositorycmdlet. Set the$repovariable as theRepositoryparameter value. Set the$appliancevariable as theArchiverApplianceparameter value. Save the result to the$s3Glaciervariable.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRArchiveObjectStorageRepositoryReturns archive repositories added to the backup infrastructure.