on my pi 2, mmcblk0 seems to be the device. ls /dev and df -kh show this name.
Also a webpage
http://www.makeuseof.com/tag/easily-clo ... computing/
showed in one of the comments some dd commands for linux that would also apply to the Mac.
I was concerned when I tried it direct on my pi that it was recursive and was trying to copy the outputfile into itself . . .I hadn't plugged in a second card.
I tried this from a laptop linux system:
ssh -l pi pi-00.local "sudo dd if=/dev/mmcblk0" >> myfile.bin
It works (!), it creates the file across the LAN (using wifi, to my lappy Ubuntu MINT Linux) BUT it seems to be copying the WHOLE 16gbyte system...It is still going after it should have finished (I stopped it at 3Gbyte). Can anyone advise if there is a way of compressing the system to an installable minimum at the same time?
p.s. the mmcblk0 refers to the whole sd card (disk), mmcblk0p1 refers to partition 1, etc
p.p.s I did it again, let it run. It took an hour and 15 minutes.( 15gbyte) - all I can do with it seems to be to write it to another sd card!?!? BUT, This is easier for
backup.....again on linux mint, mac should be able to do similar?

- Screen pi-00 via linux.png (59.83 KiB) Viewed 1487 times