This is an archive version of the document. To get the most up-to-date information, see the current version.

Add-VBOAmazonS3CompatibleObjectStorageRepository

Short Description

Adds the S3 Compatible object storage repository to the Veeam Backup for Microsoft 365 infrastructure.

Syntax

Add-VBOAmazonS3CompatibleObjectStorageRepository -Folder <VBOAmazonS3Folder> -Name <string> [-Description <string>] [-SizeLimit <uint64>]  [<CommonParameters>]

Detailed Description

This cmdlet adds the S3 Compatible object storage repository or IBM Cloud object storage to the Veeam Backup for Microsoft 365 infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Folder

Specifies an S3 Compatible folder. Veeam Backup for Microsoft 365 will move backup files into this folder.

Accepts the VBOAmazonS3Folder object.

To get this object, run the Get-VBOAmazonS3Folder cmdlet.

True

Named

False

False

Name

Specifies a name of S3 Compatible object storage. The cmdlet will add object storage with this name.

String

True

Named

False

False

Description

Specifies a description of S3 Compatible object storage. The cmdlet will add object storage with this name.

String

False

Named

False

False

SizeLimit

Specifies a soft limit in GB for your object storage consumption that can be exceeded temporarily. If the specified limit is exceeded, Veeam Backup for Microsoft 365 will not run a new job.

Permitted value: 1024 - 1073741824.

Default: 1024

Note: In PowerShell you can specify a soft limit in GB only.

UInt64

False

Named

False

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 the S3 Compatible object storage repository.

 

Examples

Add-VBOAmazonS3CompatibleObjectStorageRepositoryExample 1. Adding S3 Compatible Object Storage Repository

Add-VBOAmazonS3CompatibleObjectStorageRepositoryExample 2. Adding S3 Compatible Object Storage Repository with Description

Add-VBOAmazonS3CompatibleObjectStorageRepositoryExample 3. Adding S3 Compatible Object Storage Repository with Specified Size Limits

Related Commands