I have a small IOT app that I've developed on a Raspberry Pi. I'd like to try running the app of a few other Pi's around my apartment. I can make a disk image of the sd card with dd
, but, the original disk is 32gb and mostly empty. Is there a way to make a disk image of just the contents of a drive/sd card? This way i can make copies to smaller (cheaper) sd cards. The original SD card was set up with NOOB.
Ordinarily, I'd deploy with something like ansible, but installing all the libraries used took over 8 hours!