I have backed up Linux however my VM backup results in 2 image files. image1.img and image0.img. I am stumped and would Like to have some suggestions on how I can use the image files to recreate a new bootable Ubuntu server install .iso. I basically want to clone my entire ubuntu server configuration that I have established.
To combine 2 or more files it is easy to use cat as this:
But to make a bootable .iso image tasks is more complicated, xorriso is a nice tool, please refer to https://willhaley.com/blog/custom-debian-live-environment/ xorriso part.
In addition if you made .img file using dd you can restore back your OS using a live image running a command like this: