As mentioned in the previous post here ,
I would need to have an updated copy (sort of a replica) of the VMs on a ceph cluster on a PVE using ZFS.
I currently restore machines with a script on the PVE that using qmrestore restores the latest available backup. This is because from what I understand there is currently nothing that allows you to send a disk differential stored in an RDB in a ZFS poll, right?
So the most obvious thing for me is to restore the backup, but my question now is, once the machine has been restored, how do I send the differences of the disk present in the backup of the vm 700 (drive-scsi0.img.fidx) to the disk on the PVE “vm-700-disk-0” present in the pool? "zfs send" is used only for the data present in the pool, but in the backup the image file is “.img.fidx”.
Is there a way to reconstruct the image and send it via "zfs send"? Is there another way to send a differential of an image from the PBS to a PVE?
I would need to have an updated copy (sort of a replica) of the VMs on a ceph cluster on a PVE using ZFS.
I currently restore machines with a script on the PVE that using qmrestore restores the latest available backup. This is because from what I understand there is currently nothing that allows you to send a disk differential stored in an RDB in a ZFS poll, right?
So the most obvious thing for me is to restore the backup, but my question now is, once the machine has been restored, how do I send the differences of the disk present in the backup of the vm 700 (drive-scsi0.img.fidx) to the disk on the PVE “vm-700-disk-0” present in the pool? "zfs send" is used only for the data present in the pool, but in the backup the image file is “.img.fidx”.
Is there a way to reconstruct the image and send it via "zfs send"? Is there another way to send a differential of an image from the PBS to a PVE?