I am wondering how to make an image of my mmc1 partition. If I do "./targnu cf - -C /media/mmc1 . " will tar preserve the permissions and the files inside /dev/
mount /dev/mmcblk0p2 /opt cd /opt targnu -zcvf /media/mmc1/debian.tar.gz .
ssh >archive.tar.gz root@n770 tar -zcvf - -C /opt .