Does anyone know what he could be doing wrong?
It shows me the following error:
Code: Select all
Get-Module -Name Veeam.Backup.PowerShell
Connect-VBRServer -Server "Name_VeeamServer" -Port 9392
$vm = Find-VBRViEntity -Name "Name_VM"
$rep = Get-VBRBackupRepository -Name "Name:Repository"
Start-VBRZip -BackupRepository $ rep -Entity $ vm -RunAsync
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.0 Veeam.Backup.PowerShell {Add-CTFile, Add-HP3Snapshot, Add-HP3Storage, Add-HP4Snapshot...}
WARNING: Failed to login to "IP Vcenter", port 443, user "administrator@vsphere.local", proxy srv: port:0
WARNING: Failed to login to "IP Vcenter", port 443, user "administrator@vsphere.local", proxy srv: port:0
Start-VBRZip : Cannot process argument transformation on parameter 'BackupRepository'. A backup repository with the specified name does not exist: $
At line:9 char:32
+ Start-VBRZip -BackupRepository $ rep -Entity $ vm -RunAsync
+ ~
+ CategoryInfo : InvalidData: (:) [Start-VBRZip], ParameterBindingArgumentTransformationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Veeam.Backup.PowerShell.Cmdlets.StartVBRZip