Easy way to transfer install to another eMMC module?

Hi I successfully managed to install EndeavourARM on a small 16GB eMMC module that I have for testing purposes…

Once I tested everything, and I made sure that everything is working for me, is there an easy way (or command) to let met copy this exact setup to a larger 64GB module?

One way is to use rsync.

https://wiki.archlinux.org/index.php/Rsync#File_system_cloning

3 Likes

Thank you! Will look into this tomorrow!

should work sure, simple format the new storage and then rsync files to it followed by copy bootloader with dd onto the new device.