Start-VBRRepositoryExtentBackupEvacuation
Short Description
Evacuates backups from a scale-out backup repository extent.
Applies to
Platform: VMware, Hyper-V
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBRRepositoryExtentBackupEvacuation -Extent <VBRRepositoryExtent[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet evacuates backups from a scale-out backup repository extent. When you evacuate backups, Veeam moves them to other extents according to the configured policy.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Extent | Specifies the array of scale-out repository extents. The cmdlets will evacuate backups from these extents. Accepts extents with different policies and of different scale-out repositories. | Accepts the following object:
To get this object, run the Get-VBRRepositoryExtent cmdlet. | True | Named | True (ByValue, |
RunAsync | Defines that the command returns immediately without waiting for the task to complete. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Evacuating Backups from Extents
This command evacuates backups from the Backup Repository 1, Backup Repository 2, Backup Repository 3 extents.
Start-VBRRepositoryExtentBackupEvacuation -Extent “Backup Repository 1”, “Backup Repository 2”, “Backup Repository 3” |
Related Commands