Use cat to clone drive

If all you need is a direct clone then

# cat /dev/sda1 > /dev/sdb1

and resize the resulting disk if it’s bigger than the original using Grsync or

sudo resize2fs /dev/sdb1