--- title: "Start-VBRRepositoryExtentBackupEvacuation" 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." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrrepositoryextentbackupevacuation.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Scale-Out Backup Repositories > Performance Tier > Start-VBRRepositoryExtentBackupEvacuation" dateModified: "2026-08-19" --- # Start-VBRRepositoryExtentBackupEvacuation ## Short Description Evacuates backups from a scale-out backup repository extent. **Platform**: VMware, Hyper-V **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Start-VBRRepositoryExtentBackupEvacuation -Extent [-RunAsync] [] ``` ## 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 Pipeline Input

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.

IVBRExtent[]

True

Named

True (ByPropertyName, ByValue)

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRSession`](vbrsession.md) ## Examples ::: example ### 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 [`Get-VBRRepositoryExtent`](get-vbrrepositoryextent.md)