after the umpteenth time of hosing my XBMC install and rebuilding, i've learnt my lesson and would like to clone the SD card to a 2nd SD card.
I've found this on StackExchange:
How do I backup my Raspberry Pi?
and now have a .img on my Mac, and have tried to dd it back to a new SD card.
Jon:~ jon$ df -h
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk0s2 465Gi 400Gi 65Gi 87% 104902116 16984626 86% /
devfs 190Ki 190Ki 0Bi 100% 656 0 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% 0 0 100% /net
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /home
map -fstab 0Bi 0Bi 0Bi 100% 0 0 100% /Network/Servers
map -static 0Bi 0Bi 0Bi 100% 0 0 100% /Users/jon/Video
map -static 0Bi 0Bi 0Bi 100% 0 0 100% /Users/jon/Music/music
/dev/disk1s1 7.3Gi 1.9Mi 7.3Gi 1% 0 0 100% /Volumes/UNTITLED
NHQOSX01-Jon:~ jon$ sudo dd if=/Users/jon.england/Desktop/RaspBMC\ Backup/raspbmc.img of=/dev/rdisk1s1 bs=1m
70+0 records in
70+0 records out
73400320 bytes transferred in 15.170466 secs (4838370 bytes/sec)
Jon:~ jon$
but i see nothing in Finder. booting off the card i get the coloured splash screen and then this
any ideas on how i can achieve what i need?