I would like to backup a Windows 10 machine ( 256gb internal drive ) onto an external SSD drive ( 1 tb ) ... however to do this backup if I boot up using a Ubuntu LiveUSB memory stick then issue the linux command dd to do this backup later when I try to restore will it complain when I try to restore from the 1tb external SSD onto the 256gb internal drive ?
# dd if=/dev/sda of=/dev/sdb bs=64K conv=noerror,sync status=progress
dd if=/dev/sda of=/dev/sdb bs=64K status=progress
I wish to backup the entire drive not just its files. Its a new Win 10 install with zero of my files ... my goal is to be able to restore the entire drive as is especially after I reformat its internal disk
I would experiment to discover an answer to above yet I'm fresh out of a spare 256gb drive ... will update this ticket later once I know more ...