Let me start by saying that I read How to (properly) back up a live QEMU/KVM VM? But it does not seem to meet my need.
I am looking for a solution to backup AND move a few QEMU-KVM VMs without stopping them. The state do not need to be perfecting preserved (i.e. I don't care about their state after backup) but the backup must not be corrupted. I have no libvirt in the setup.
I have done so far: backup a powered off VM and move it to another host. This can be done easily by copying the .qcow2 disk images. But how can I do it without powering off VMs? Can I take a snapshot and then tell QEMU to only copy up to the snapshot? The snapshot method used is internal (using the same disk image), I would like to keep it that way.