©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 2020-01-24 17:20:11

ops-sys
Member
Registered: 2020-01-24
Posts: 4

Error: Can't get VMId from name

I run xsibackup with the command below

./xsibackup --backup "VMs(ALL)" /vmfs/volumes/nfs3-backup-server/backup001/ --quiesce --mail-to=myemail@address.com --use-smtp=1

All VMs are backed up except one, and I get this error

2020-01-24T10:39:05 | Error code 2302 at file xsibackup.c, line 2302
Error description: Can't get VMId from name: My_VM
2020-01-24T10:50:25 | Error code 2681 at file xsibackup.c, line 2681
Error description: some error was raised while backing up: VMs(ALL), error count is: 1

How do I resolve this please?

Last edited by ops-sys (2020-01-24 17:35:13)

Offline

#2 2020-01-27 15:54:13

admin
Administrator
Registered: 2017-04-21
Posts: 2,055

Re: Error: Can't get VMId from name

Some VM has some characters that need to be escaped, as you are passing a meta VM definition (ALL), they can't be escaped.
Check your VM names and paths and eliminate bizarre characters such as (, ), !, ', ¨, etc...
Try to limit you names to letters, numbers hyphens and underscores. You may also use spaces and some other characters, but what's the point in doing such thing?

Offline

Board footer