You are not logged in.
The cron Howto
[url]https://33hops.com/xsibackup-cron-how-to.html[/url]
Has an example for exclusion of disks:
Example:
/vmfs/volumes/datastore1/xsibackup-dir/xsibackup --time="Mon 01:59|Tue 14:58|Wed 17:23|Thu 01:59|Fri 21:59|Sat 10:33|Sun 04:51"
--backup-point="/vmfs/volumes/backup" --backup-type=custom --backup-vms="XP01,W701!scsi2:0;scsi3:1;scsi3:2,LIN02,BSD03"
But the syntax W701!scsi2:0;scsi3:1;scsi3:2
is not working, the excluded disks are backed up anyway.
Offline
That information is outdated, we'll correct it now. You need to parse the full disk name to exclude it.
Offline
[quote=admin]That information is outdated, we'll correct it now. You need to parse the full disk name to exclude it.[/quote]
Now I create new VM with name "test" and add three disk, that filename of disk is test.vmdk; test_1.vmdk and test_2.vmdk
I do next: --backup-vms="test!test_1.vmdk" , try "test!scsi0:1"- not working, do full clone all disks of this VM.
please help me, system esxi 6.5, xsibackup 10.3
Offline
The disk exclussion syntax referring the scsi controller is outdated since a long time ago, that information was updated on dec 2017, so we won't even comment about it.
In regards to excluding by referring to the disk file name, it does work, as per our daily tests. Are you sure you are parsing the disk file name as it appears on disk?.
Offline