23
Flying among clouds with Veeam (Un viaggio tra le nuvole con Veeam) @hansdeleenheer / @veeam @Veeam_IT

VMUGIT UC 2013 - 07c Veeam

  • Upload
    vmug-it

  • View
    41

  • Download
    3

Embed Size (px)

Citation preview

Flying among clouds with Veeam(Un viaggio tra le nuvole con Veeam)

@hansdeleenheer / @veeam

@Veeam_IT

http://forums.veeam.com/viewtopic.php?f=26&t=11879&p=53159&hilit=instant+restore#p53159

#Job namejobName = "LAB - DC AA"

#VM name$vmName = "vm.vPowerCLI.Local"

#Get the server you'll be using$irRestoreServer = Get-VBRServer -Name "DestServer"

#Resource Pool$irRestoreRP = Find-VBRResourcePool -Server $irRestoreServer -Name "Resources"

#Get the lastest restore point$irRestorePoint = Get-VBRBackup -Name $jobName | Get-VBRRestorePoint -Name $vmName | Sort CreationTime -Descending | Select -First 1

#Fire the Instant restore jobStart-VBRInstantRecovery -VMName $("IR-" + $vmName) -Server $irRestoreServer -ResourcePool $irRestoreRP -PowerUp:$false -NICsEnabled:$false -Reason "vPowerCLI test IR" -RunAsync

!!!! Cloud Management Platform !!!!

GA: Q3 2013

@hansdeleenheer / @veeam

@Veeam_IT