Hello.
My apologies if this has been discussed before in another thread. I searched but didn't find anything. Additional apologies if this is not the correct section for posting this discussion.
I am looking for a quick and easy imaging solution for my Linux machines. I am very familiar with Clonezilla but I am looking for something a little more quick and easy. I have used dd to complete drive image backups (e.g. dd if=/dev/sda of=/dev/sdb bs=32M status=progress; dd if=/dev/sda of=/destination/drive.img bs=32M status=progress) and restores (e.g. dd if=/source/drive.img of=/dev/sda bs=32M status=progress) by booting up into a live Linux environment (in most cases, using Fedora) but I would like to know if there is a more streamline way of completing image backups with user interaction.
Here are my thoughts of what I would like to do (or use):
Have a bootable USB that boots into Linux that ask a few basic questions like which device you would like to image (e.g. /dev/sda) and where you would want the straight to image backup, or .img file, sent to (external USB drive or some other secondary local storage). Then, based on the answers, complete a dd backup of that source to the destination. And/or, ask the question of where you want the restore source and destination and then based on the answer complete the restore.
Is there something out there that already accomplishes this other than Clonezilla? If so, could you please recommend? If not, how would one start a project like this?
Facts: I'm not a Linux expert. But, I don't consider myself entry-level either. I'm also not a developer. I'm a simple Linux Sys Admin with some Linux certifications.
Thanks in advance for your feedback and recommendations.
My apologies if this has been discussed before in another thread. I searched but didn't find anything. Additional apologies if this is not the correct section for posting this discussion.
I am looking for a quick and easy imaging solution for my Linux machines. I am very familiar with Clonezilla but I am looking for something a little more quick and easy. I have used dd to complete drive image backups (e.g. dd if=/dev/sda of=/dev/sdb bs=32M status=progress; dd if=/dev/sda of=/destination/drive.img bs=32M status=progress) and restores (e.g. dd if=/source/drive.img of=/dev/sda bs=32M status=progress) by booting up into a live Linux environment (in most cases, using Fedora) but I would like to know if there is a more streamline way of completing image backups with user interaction.
Here are my thoughts of what I would like to do (or use):
Have a bootable USB that boots into Linux that ask a few basic questions like which device you would like to image (e.g. /dev/sda) and where you would want the straight to image backup, or .img file, sent to (external USB drive or some other secondary local storage). Then, based on the answers, complete a dd backup of that source to the destination. And/or, ask the question of where you want the restore source and destination and then based on the answer complete the restore.
Is there something out there that already accomplishes this other than Clonezilla? If so, could you please recommend? If not, how would one start a project like this?
Facts: I'm not a Linux expert. But, I don't consider myself entry-level either. I'm also not a developer. I'm a simple Linux Sys Admin with some Linux certifications.
Thanks in advance for your feedback and recommendations.
Last edited: