What software do you recommend or is one available that will create an image of my openSuse installation to dvd or is there such a thing?
Clonezilla
Clonezilla
Thank Ya, Thank Ya!..
use dd
if=/dev/somedevice bs=2048 conv=noerror,sync of=output.iso
Thanks microship, I’ll look into that one, but is it only a command line tool?