Linux Format

Back up and copy entire hard drives

Credit: https://clonezilla.org

Updated for the new version 3.0!

Clonezilla is a piece of software that can copy and restore (and destroy, if you’re not careful) partitions and entire hard drives. Most backup programs copy files, but Clonezilla works by copying the actual disk blocks, making a perfect copy of the entire state of the system. The advantage of this approach is that, because the entire disk is copied, there’s no need to reinstall the operating system when restoring from a backup. In fact, you can even backup a complicated setup such as one with multiple partitions with multiple operating systems (Linux, Windows etc) if you choose to back up the whole disk at once.

Clonezilla is itself a small Linux distribution that you boot into to use. Overall, we rate Clonezilla as a fairly easy-to-use tool (for Jonni – Ed), if you can make some notes to keep track of which drive is which, and are prepared to ride the cursor keys in a text mode interface. Clonezilla is efficient, and it runs close to the maximum speed of the hard drive while its working. It only copies the blocks that have data on them, and it compresses the resultant images in real time. If you were going to use it in a system backup role, you could possibly have a stricken system up and running again within, say, half an hour.

You can restore on to a system that’s dissimilar to the one that the image was created from. For example, you could use Clonezilla if you wanted to upgrade to a larger hard drive without having to reinstall your system. To do this, you could create an image of the(Network Attached Storage) drive or even another computer if it can be accessed through standards such as SSH, NFS or Samba.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format4 min read
Linux
The #1 open source mag Future Publishing Limited, Quay House, The Ambury, Bath, BA1 1UA Email contact@linuxformat.com EDITORIAL Editor-in-chief Neil Mohr Art editor Fraser McDermott Production editor Katharine Davies Group editor-in-chief Graham Bar
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o
Linux Format1 min read
Sql At Fifty
Structured Query Language (SQL) is 50 years old. It is the only programming language from the ’70s that is still around and – unlike COBOL and Fortran, which are confined to limited niche roles – still thriving and expanding. In 2023, the IEEE declar

Related