I have a vertical on my esxi, backing up a vm with lot’s of disks, one of which is pretty large 4+ TB.
All the disks, were backed up successfully, except this large one.
Now i want to start over, and skip the smaller disks, but vertical can’t skip multiple disks?
i tried like this:
vertical backup --exclude-disk ‘WDWN-01-act_2’,‘WDWN-01-act_4’,‘WDWN-01-act_3’,‘WDWN-01-act_6’ --no-quiesce --parallel --no-chunk-listing -p ‘WDWN-01’
And it still uploads all this disks: WDWN-01-act_2-flat.vmdk, WDWN-01-act_4-flat.vmdk,WDWN-01-act_3-flat.vmdk,WDWN-01-act_6-flat.vmdk
I have tried also putting full disk names:
vertical backup --exclude-disk ‘WDWN-01-act_2-flat.vmdk’,‘WDWN-01-act_4-flat.vmdk’,‘WDWN-01-act_3-flat.vmdk’,‘WDWN-01-act_6-flat.vmdk’ --no-quiesce --parallel --no-chunk-listing -p ‘WDWN-01’
But still same result, what is the correct way to ignore a multiple disk for upload? Or how can i select only single disk?