Replacing a broken Yun with new one questions

Hi,

The other day I managed to break the USB connector off my Yun (My fault).
With the help of forum members I've ordered a replacement connector in
an attempt to repair that Yun but that's another post....

I've ordered a replacement Yun and have some questions.

Is it possible to just plug my Yun's SD card into the new Yun and pick up
where I left off? I had upgraded it and expanded the filesystem. Does that matter?

Thanks,

  1. First back up Micro SD to image file at Linux box.
pv -tpreb /dev/sdd | dd of=/root/yun-sd-card.bin bs=4096 conv=notrunc,noerror

http://forum.arduino.cc/index.php?topic=319452.0

  1. How to expand the storage memory on the Yún

http://forum.arduino.cc/index.php?topic=236696.0

  1. at Linux Box by dd Command, Restore image file back to Micro SD
pv -tpreb  /root/yun-sd-card.bin | dd of=/dev/sdd  bs=4096 conv=notrunc,noerror

http://forum.arduino.cc/index.php?topic=319452.0