dd if=/dev/sd?? of=/backup.img
Then copy the image to a usb stick, there is your backup

Or in windows google "dd for windows"
To copy the backup to an sd card, reverse the if and of (input file, output file)
(edit: to locate where your SD-card is mounted, use "df")