Table of Contents

Virtualization

VMware OS Optimization Tool. -

pre installed virtualbox images

https://www.sysprobs.com/download-pre-installed-virtualbox-images-linux-windows#Windows-VMs

KVM

Qemu

Virsh

Backup Snapshots

Nested virtualization - hyper-v

Qemu - checkpoints

Testing system updates using libvirts checkpoint feature - https://abbbi.github.io/changes/
virtndbackup error - https://github.com/abbbi/virtnbdbackup/discussions/119
working with bitmaps qmp https://kashyapc.fedorapeople.org/QEMU-Docs/_build/html/docs/interop/bitmaps.html#id1

# bitmap
qemu-img bitmap  --remove  ./local_copy_1_154.hdd.qcow2 virtnbdbackup.1
 
#snapshot
qemu-img snapshot -l $DISK_IMAGE.qcow2 # List Snapshots
#Snapshots also appear in the output of the qemu-img info command.
 
qemu-img snapshot -c $SNAPSHOT_NAME $DISK_IMAGE #Create Snapshot
qemu-img snapshot -a $SNAPSHOT_NAME $DISK_IMAGE #Restore (Apply) Snapshot
 
qemu-img snapshot -d  $SNAPSHOT_NAME  $DISK_IMAGE #Delete Snapshot

Checkpoints increment backup

Whole libvirt hierarchy of path

Virsh from astra to redos

sed -i 's/pc-q35-7.2/pc-q35-6.1/g' ./vmconfig.virtnbdbackup.32.xml 
sed -i 's/<seclabel/<!--seclabel/g' ./vmconfig.virtnbdbackup.32.xml
sed -i 's/<\/seclabel>/<\/seclabel-->/g' ./vmconfig.virtnbdbackup.32.xml

Virtualization CEPH