BackupExec / BEMCLI / New-BEVMwareSelection / IaC
Trying to select all VMs in a folder: This works, but selects a single VM, not all VMs in a folder: #$v01 = New-BEVMwareSelection "DC\Folder\NameofVM" None of these work: #$v01 = New-BEVMwareSelection -Path "DC\Folder" #$v01 = New-BEVMwareSelection -Path "DC\Folder/" #$v01 = New-BEVMwareSelection -Path "DC\Folder/" #$v01 = New-BEVMwareSelection -Path "DC\Folder\*" When BEMCLI does not crashout, it all looks ok in the GUI, as it maps the folder name correctly, but when job runs, it says no VMs selected and nothing to backup. When BEMCLI does crashout, it cant find a VM named "*". 🤷♂️ Did "someone" forget to add wildcard selection to the logic itself? The Help file implies this should work, or have I got the wrong syntax? Help appreciated, as its part of IaC to script/build the backupserver and its jobs.9Views0likes0CommentsFailed to backup via Vcenter
Hi all, i have some Exi host that are managed by Vcenter. I can backup successfull via Exi host directly but failed via Vcenter. below is the logs. it seems that the issue related to permission but i used administrator@vsphere to backup. below is the permission. anyone can tell me the reason. thanks.901Views0likes2Comments