ddrescue
GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying to rescue the good parts first in case of read errors.
!! Example "Copy over /dev/sdb to /dev/nvme0n1
This will move uuid so nothing in `/etc/fstab` has to be changed, after this has been run you can reboot the livecd
```bash
ddrescue -f -v /dev/sdb /dev/nvme0n1 /root/nvme_clone.log
```
Resource(s)