qmpbackup icon indicating copy to clipboard operation
qmpbackup copied to clipboard

Implement Pull based approach

Open abbbi opened this issue 1 year ago • 1 comments

Currently qmpbackup uses the push based approach, which can only work by dumping the data to a certain directory, this means the utility has to be executed on the same system running the qemu processes.

With the pull based approach (NBD based), remote backup would be possible, but nbd client functionality needs to be implemented, too (like for virtnbdbackup)

abbbi avatar Jan 25 '24 13:01 abbbi

https://www.mail-archive.com/[email protected]/msg876056.html

abbbi avatar Mar 18 '24 22:03 abbbi