I have been working on Ubuntu for a while and I was wondering if there is a way to create an image (ISO) of the current system with all its software and files, basically something very similar to what AWS or other cloud services offer where we can save the state of a machine. Now if I were to load this ISO on another machine, it would ideally be an exact copy of the software, files, etc on a new machine.
I tried this with the blog here. https://itslinuxfoss.com/how-to-create-an-iso-from-current-installation-in-ubuntu-22-04/
It didn't work and only backed up the files. I also tried to load the ISO on the VM directly that didn't work as well.
Any help is appreciated in achieving this! Thank you.