Second Linode cloned from the first
Thanks in advance.
7 Replies
-erik
Thanks for the insight.
$ dd if=/dev/ubda | ssh user@otherserver dd of=/path/to/disk.img
You'd probably want to throw some flags in there when you initiate ssh to turn down the encryption to "bluefish" or something a bit less CPU intensive or you'll find this process may take quite a while.
It's been a long time since I've done this, so there may be a better way, but this is the general idea.
here
In this case it might be easier to set up a temporary small Debian installation on the new Linode to handle the incoming disk image.
@Quik:
In this case it might be easier to set up a temporary small Debian installation on the new Linode to handle the incoming disk image. Yes, I don't think the rescue image will give you an sshd, and I wouldn't want to dump a disk image across the network without encrypting it.