Backups only a disk of two

  • Thread starter Thread starter doknet
  • Start date Start date
D

doknet

Guest
Hello

I have a full kvm virtual machine, It has two disk disk-1 and add a disk-2
I try to see if you can make backups with vzdump a one disk.
Vzdump options do not allow me

5.00 drbdvg SCSI 0:0 SCSI: vm-902- disk-1
5.00 drbdvg SCSI 0:1 SCSI: vm-902- disk-2

Someone might suggest how to do just bk-902-vm disk-1
Thank
 
have a look at man qm. You have the parameter "backup=no" that you can add in the /etc/qemu-server/VMID.conf file at the end of the disk you don't want to backup, i.e.
virtio0: sas-data:vm-120-disk-2,backup=no
Search the forum to find other answers to this same question that may add some more details.