Clone Disk

View Devices (drives):

lsblk

Clone Hard Disk:

dd if=/dev/sda of=/dev/sdb bs=100M status=progress

UPDATE:

dd fails if bad sectors... ddrescue to the dd rescue :P

ddrescue -d -f /dev/sda /dev/sdb ddrescue.log