Tue Jun 04, 2013 12:21 pm
Can this be run from the Raspi itself, i.e. to create an image on an external USB HDD, from the Raspi, would I run rsync -ax / /media/usb0/raspbian.img? I can use a linux live cd on my laptop & plug the SD card into it if not.
Also Raspbian creates 2 partitions on the SD card, /dev/mmcblkp01 & /dev/mmcblkp02 (from fdisk -l). If the -x flag doesnt cross the partition boundary does this mean you dont need both partitions, just the larger one with all the data?