I'll generally just shove a USB stick into the Pi and run something like
(I keep mmcblk0p2 fairly small so that backing it up goes quickly).
Code: [Select]
dd if=/dev/mmcblk0 of=/mnt/sda1/image.img bs=1M count=400
(I keep mmcblk0p2 fairly small so that backing it up goes quickly).