|
|
|
|
|
by yjftsjthsd-h
1728 days ago
|
|
> Does anyone have a tool for that? It would be similar to how QEMU/KVM does it for VM migrations. (They only support doing it for RAM though.) I don't know of anything wrapping it, but if I was doing that I'd just put it on ZFS (handing zvols to qemu as disks) and then do incremental snapshots and send-recv them. (Bonus: trivial inline compression, and if you `zfs send --raw` even the transfer will be compressed) |
|
The --raw/-w flag does send the compressed data.
It always feels brittle to me because of how manual the process is. Maybe it's time to create some decent scripts with safe logic and checks...