Partimage is a curses based disk cloning utility for most Linux filesystems. Curses based means that the interface is not a typical graphical interface, instead it navigated by using the keyboard arrow, tab and space keys, similar to your computer's bios. Partimage does not work on ext4 or btrfs filesystems.
Partimage saves the partitions to an image file that can be compressed, split to multiple files, and copied to CD, DVD, or saved across a network. It works differently than the dd command as it only copies data from the used portions of the disk. It will not copy empty blocks.
For step by step instructions on how to use Partimage check out jlwallen's article Backup Linux Partitions with Partimage.