Hacker News new | ask | show | jobs
by lostlogin 1915 days ago
I’ve used Pi Baker on the Mac.

It kind of hurts that the image is the same size as the SD card when the card might be pretty much empty, but it does make recovery easier.

2 comments

Write zeros to the empty space (many method available- make a big file of zeros or something and delete it) - then your image of the SD card should compress really well.
You can also use fallocate -d if you are in Linux.
Great suggestion.

Actually I think rpi clone can clone down to a smaller sd card

https://github.com/billw2/rpi-clone

You could clone down to like a 4 gig SD card, and then back up that SD card.