I have a need to move a number of files from a snapshot of a LUKS encrypted virtual machine (CentOS) to another one on a different hypervisor. I can mount the partition in the guestfish interactive shell and use copy-out to move the files to a local directory, but I'd like to find a way to do the move in fewer steps than:
copy-out to local > rsync to remote hypervisor > copy-in to remote VM
Has anyone done this by piping the output of copy out or something? Any suggestions would be appreciated!
Thanks, Bob