KVM commands
List all your KVM machines
qm list
See how much memory your machine 101 has
qm config 101 | grep ^memory
List the memory setting of a kvm
qm config 101 | grep ^memory
restore KVM vzdump backups - see man qmrestore
backup utility for virtual machine - see man vzdump
unlock kvm
qm unlock 101
Restore a QemuServer VM to VM 601
qmrestore /mnt/backup/vzdump-qemu-888.vma 601