What are some reliable methods to migrate a guest between clusters with minimal downtime? I have successfully backed up guest on cluster1, scp file to cluster2 host and restored, but this takes minutes, and I would rather take seconds similar to a live migration between hosts in same cluster. I have seen proxmove in searches, but haven't tried it yet. I was also thinking of rsyncing guest files to cluster2 while guest is running, then power off guest and rsync again, and then power up guest on cluster2. Would that work? If anyone has used proxmove, rsync, or other means to quickly migrate guest to other clusters, please let me know how it worked out for you.