I'm looking to create a complete backup of my raspbian image in it's current state. I've spent quite a bit of time configuring applications, permissions, drives and users and want to save time in the future. However I'm looking to omit any mounted HDD's I have.
I've done some searching and can't find much reference to mounted drives. I've initially followed the official guide here, but the image was pushing 48GB and still going even though my SD card is 8GB.
Current setup:
8GB SD card with raspbian boot
2TB HDD - media library
500GB SSD - extra storage
500GB - backup drive
My drives are automounted via the fstab in the /media/Drives/directory., I've of course added the "Drives" directory.
I'm thinking that I could manually rsync certain directories over then create an image afterwards? If that's even possible, I'm not sure what drives I should sync over? Everything but the /media/Drives? If it's any help, I've installed raspbian via NOOBS.
That's the only route I can think of right now. Possibly wrap it up in a script and stick it in a cron.
Any help would be greatly appreciated - thanks!
