This cmdlet adds the S3 Compatible object storage repository or IBM Cloud object storage to the Veeam Backup for Microsoft Office 365 infrastructure.
Parameters
Parameter
Description
Type
Required
Position
Accept Pipeline Input
Accept Wildcard Characters
Folder
Specifies an S3 Compatible folder. Veeam Backup for Microsoft Office 365 will move backup files into this folder.
Accepts the VBOAmazonS3Folder object. To get this object, run the Get-VBOAmazonS3Folder cmdlet.
True
Named
False
Name
Specifies a name of S3 Compatible object storage. The cmdlet will add object storage with this name.
String
True
Named
False
Description
Specifies a description of S3 Compatible object storage. The cmdlet will add object storage with this name.
String
False
Named
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 Office 365 will not run a new job.
Permitted value: 1024 - 1073741824.
Default: 10240.
Note: In PowerShell you can specify a soft limit in GB only.
Uint64
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 the S3 Compatible object storage repository.
Examples
Example 1. Adding S3 Compatible Object Storage Repository
This example shows how to add the S3 Compatible object storage repository.
Run the Get-VBOAmazonS3Bucket cmdlet. Specify the necessary parameters. Save the result to the $bucket variable.
Run the Get-VBOAmazonS3Folder cmdlet. Specify the necessary parameters. Save the result to the $folder variable.
Run the Add-VBOAmazonS3CompatibleObjectStorageRepository cmdlet. Set the $folder variable as the Folder parameter value. Specify the Name parameter value.
Example 2. Adding S3 Compatible Object Storage Repository with Description
This example shows how to add the S3 Compatible object storage repository with description.