Add-VBOAmazonS3CompatibleObjectStorageRepository
Short Description
Adds S3 Compatible object storage repository to the Veeam Backup for Microsoft 365 infrastructure.
|
In Veeam Backup for Microsoft 365 8, this cmdlet became deprecated. Use the New-VBOAmazonS3CompatibleObjectStorageSettings and Add-VBOAmazonS3CompatibleRepository cmdlets instead. |
Syntax
Add-VBOAmazonS3CompatibleObjectStorageRepository -Folder <VBOAmazonS3Folder> [-Type <AddAmazonS3CompatibleObjectStorageType>] -Name <String> [-Description <String>] [-SizeLimit <UInt64>] [-EnableImmutability] [-ImmutabilityPeriodDays <Int32>] [<CommonParameters>] |
Detailed Description
This cmdlet adds S3 Compatible object storage repository, IBM Cloud Object Storage or Wasabi Cloud Object Storage to the Veeam Backup for Microsoft 365 infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Folder | Specifies an S3 Compatible folder. Veeam Backup for Microsoft 365 will save backups or backup copies to the specified folder. | Accepts the VBOAmazonS3Folder object. To get this object, run the Get-VBOAmazonS3Folder cmdlet. | True | Named | False |
Type | Specifies a type of S3 Compatible object storage repository. The cmdlet will add an object storage repository of one of the following types:
| AddAmazonS3CompatibleObjectStorageType | False | Named | False |
Name | Specifies a name of S3 Compatible object storage repository. The cmdlet will add an object storage repository with this name. | String | True | Named | False |
Description | Specifies a description of S3 Compatible object storage repository. The cmdlet will add an object storage repository with this description. | String | False | Named | False |
SizeLimit | Specifies a soft limit in GB for the object storage repository consumption that can be exceeded temporarily. If the specified limit is exceeded, Veeam Backup for Microsoft 365 will not run a new job. Permitted values: 1024–1073741824. Default: 1024 Note: In PowerShell you can specify a soft limit in GB only. | UInt64 | False | Named | False |
EnableImmutability | Defines that the cmdlet will add the object storage repository to the Veeam Backup for Microsoft 365 infrastructure with the immutability feature enabled. Veeam Backup for Microsoft 365 allows you to prohibit deletion of data from the object storage repository by making that data temporarily immutable and to protect data against malware activity. For more information about the immutability feature, see the Immutability section of the Veeam Backup for Microsoft 365 User Guide. Default: False | SwitchParameter | False | Named | False |
ImmutabilityPeriodDays | Specifies the number of days when your data will be blocked for deletion or modification. Note: If you set the null or 0 value, data will be blocked for deletion or modification for the same period as the retention period. | Int32 | 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.
Output Object
The cmdlet returns the VBOAmazonS3CompatibleObjectStorageRepository object that contains settings of S3 Compatible object storage repository.
Examples
Example 1. Adding S3 Compatible Object Storage
This example shows how to add S3 Compatible object storage repository.
Perform the following steps:
|
Example 2. Adding S3 Compatible Object Storage with Description
This example shows how to add S3 Compatible object storage repository with description.
Perform the following steps:
|
Example 3. Adding S3 Compatible Object Storage with Specified Size Limits
This example shows how to add S3 Compatible object storage repository. The repository will be added with size limits set to 5120 GB.
Perform the following steps:
|
Example 4. Adding S3 Compatible Object Storage of IBMCloud Type with Immutability Enabled
This example shows how to add S3 Compatible object storage repository of the IBMCloud type with the enabled immutability.
Perform the following steps:
|
Related Commands