Mount-VBRObjectStorageRepository
Short Description
Mounts object storage and archive repositories.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ObjectStorageRepositoryMount-VBRObjectStorageRepository -Repository <VBRObjectStorageRepository> [-EncryptionKey <PSCryptoKey>] [<CommonParameters>]
-
ArchiveObjectStorageRepositoryMount-VBRObjectStorageRepository -ArchiveRepository <VBRArchiveObjectStorageRepository>
[-EncryptionKey <PSCryptoKey>] [<CommonParameters>]
Detailed Description
This cmdlet mounts object storage and archive repositories. You can use the mounted object storage to import backups from these object storage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiveRepository |
Specifies an archive repository. The cmdlet will mount this archive repository.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
EncryptionKey |
Specifies an encryption key. The cmdlet will use this key to decrypt data located on an object storage repository.
Accepts the |
False |
Named |
False |
|
|
Repository |
Specifies an object storage repository. The cmdlet will mount this object storage.
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
This cmdlet returns the VBRObjectStorageRepository object that contains settings of the mounted object storage repositories.
Examples
Example 1. Mounting Object Storage Repository
|
This example shows how to mount the
Perform the following steps:
|
Example 2. Mounting Object Storage Repository with Encryption Key
|
This example shows how to mount the
Perform the following steps:
|
Related Commands
Get-VBRObjectStorageRepositoryReturns object storage added as backup repositories to Veeam Backup & Replication.Get-VBREncryptionKeyReturns encryption keys.