Hello all!
I have a VM that has this device in the config:
If I make a backup of the VM using the web gui the usb.img file is not in backup (the backup file is like 600 bytes in size). How can I change that?
I have a VM that has this device in the config:
Code:
args: -device 'nec-usb-xhci,id=usb-bus0,multifunction=on' -drive 'file=/var/lib/vz/images/101/usb.img,media=disk,format=raw,if=none,id=drive-disk-bootloader' -device 'usb-storage,bus=usb-bus0.0,port=1,drive=drive-disk-bootloader,id=usb-disk-bootloader,bootindex=999,removable=on'
If I make a backup of the VM using the web gui the usb.img file is not in backup (the backup file is like 600 bytes in size). How can I change that?