Simple Ubuntu Server: Part 4b – Backing Up Your Machine with Clonezilla
In this part, I’ll cover backing up your hard drive by creating a drive image with Clonezilla. Going this route is somewhat similar to using the dd command but you go through graphical prompts instead of entering the command(s) manually dd if=/dev/sda bs=1M | gzip -c > /mnt/sda1/hda.img.gz Instead of … Continue reading