Answer the question
In order to leave comments, you need to log in
How to clone an OS to another hardware via rsync along with the kernel?
1) Is the game worth the candle
2) What can be a "rake"
Here's what I found on the Internet:
rsync -auHxv -e "ssh -p $port" --numeric-ids --exclude=/etc/fstab --exclude=/etc/network/* --exclude=/proc/* --exclude=/tmp/ * --exclude=/sys/* --exclude=/dev/* --exclude=/mnt/* --exclude=/boot/* --exclude=/root/* [email protected]:/* /
Answer the question
In order to leave comments, you need to log in
1 Remove --exclude=/boot/* and the kernel will be copied
2 after rsync don't forget to install the bootloader.
The rake can be:
1 if the new hardware has devices for which there are no drivers in the portable OS.
2 The contents of /etc/fstab may need to be tidied up
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question