linux: Use DD to clone the Disk

it will create a 100% replica simply by using the following command. I’ve never once had any problems with it.

dd if=/dev/sda of=/dev/sdb

sdb should be same or bigger than sda