Start-VBRDownloadTenantBackup
Short Description
Downloads tenant backups from capacity tier to performance tier.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBRDownloadTenantBackup -CloudTenant <IVBRCloudTenant[]> [-FullBackupChain] [<CommonParameters>] |
Detailed Description
This cmdlet downloads tenant backups from capacity tier to performance tier.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
CloudTenant | Specifies an array of cloud tenants. The cmdlet will download tenant backups from capacity tier to performance tier. | Accepts the IVBRCloudTenant[] object. To get this object, run the Get-VBRCloudTenant cmdlet. | True | Named | True (ByPropertyName, ByValue) |
FullBackupChain | Defines that the cmdlet will download tenant backup files from both active and inactive backup chain. If you do not specify this parameter, the cmdlet will download only tenant backups that belong to an active backup chain. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Downloading Tenant Backup Files
This example shows how to download the ABC Company tenant backup files.
Perform the following steps:
|
Example 2. Downloading all Tenant Backup Files
This example shows how to download the ABC Company tenant backup files from both active and inactive backup chains.
Perform the following steps:
|
Related Commands