Start-VBRDownloadBackup
Short Description
Downloads backup files from the capacity tier to the performance tier.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBRDownloadBackup -Backup <CBackup[]> [-AllBackup] [-RunAsync] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet downloads backup files from the capacity tier to the performance tier. You can download either all backup files or only the backup files from the latest backup chain.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AllBackup |
Defines that the cmdlet will download all backup files from capacity tier to the performance tier. Note: If you do not provide this parameter, the cmdlet will download the backup files from the latest backup chain.
Default: |
|
False |
Named |
False |
|
Backup |
Specifies an array of backups which files you want to download to the performance tier. The cmdlet will either download backup files from the latest backup chain or all backup files that are located on the capacity tier. Default: Downloads backup files from the latest backup chain. Note: If the backup files from the latest backup chain are already downloaded to the performance tier, the cmdlet will download all backup files from the capacity tier.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Force |
Defines that the cmdlet will start to download the backup files from the latest backup chain and will not prompt any notifications. Note:
|
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Downloading Backup Files from Latest Backup Chain to Performance Tier
|
This example shows how to download the
Perform the following steps:
|
Example 2. Downloading all Backup Files to Performance Tier
|
This example shows how to download all
Perform the following steps:
|
Related Commands
Get-VBRBackupReturns backups.