I have a Raspberry Pi which is very hard to get to, its actually inside my Natural Gas generator, and takes 6 bolts and removing a large cover to get to
I want to take a full backup of this incase the SD card fails. What is the best way to do this? It seems there are not out the box tools like Veeam, as its ARM
Restoring is only a matter of formatting a new SD card, mounting the two Pi partitions (root and boot) and copying things over to it, unmounting and plugging into the pi. Of course, you can always just copy a file from the nfs server back to your pi if you missed something. This is a full backup obviously, so if you want backups of smaller things, like config files or logs from your generator, you have to do another rsync manually, more frequently.