Sorry , but cloning USB drives, even with the serial is easy to do in LINUX, just use DD to acomplish the task
dd if=all.img of=/dev/sda1 For creating a FULL image...
dd if=/dev/sda1 of=all.img for "recreating" the drive...
dd if=dev/sda of=sdb for doing it on the fly...
Easy, since it just copy the device (hd, partition, image, fd, usb drive ) one block at a time, and has no concept of the filesystems or files that reside on the device. It's just binary data as far as dd is concerned, from the very begginning to the end.
I've tried to solve a problem related to USB drives spoiled by letting'em near a TV set, and Found this some months ago.
I repeat, best antycopy protection is a good support.
Ji,ji,ji... buena la cosa... "all you need is code"
http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Adolfo, did you tried yourself to read the clone and the original and did you compare all the values? I tried to clone with Ghost and Acronis always on a WINDOWS system but the S/N was different. I am curious to hear from you. Best regards, Otto