I'm wondering how I can best backup my Pi. My current method is as follows:
Use Win32DiskImager to read the SD card - creates an 8Gb img file
Use 7zip to create a compressed self-extracting image - creates a far smaller .exe
Delete the .img file
This takes a lot of processing, and quite some time to read the SD card. It also means I have to restore the image onto another 8Gb or larger card.
What if I want to restore onto a smaller card - say 4Gb?
I'd also rather not have to backup, and compress, all the "unused space" on the card.
Is there a way I can contract the filesystem to the smallest it can be, then back it up?
Any help much appreciated!