Skip to main content

VBR v11 🔥 - Cloud ☁️ Connect Improvements

  • January 12, 2021
  • 1 comment
  • 128 views

eprieto
Forum|alt.badge.img+9

 

:diamonds: Evacuate Tenant With PowerShell

 

• cmdlet enables granular evacuation of: 

    tenant

    tenant’s quota

    tenant’s job

 

• Code example:

:diamonds: Start-VBRCloudTenantBackupEvacuation

 

$repo = Get-VBRBackupRepository-Name ‘SOBR-01’ -ScaleOut$tenant = Get-VBRCloudTenant-Repository $repo$extent = Get-VBRRepositoryExtent-Repository $repoStart-VBRCloudTenantBackupEvacuation-SourceExtent$extent[0] -TargetExtent$extent[1] -Tenant $tenant

 

1 comment

gulzarshaikhveeam
Forum|alt.badge.img+1
  • Experienced User
  • 140 comments
  • January 13, 2021

Thanks for the share