Comment on Best way to keep a hot spare SD card for a raspberry pi?

mgrimace@lemmy.ca ⁨1⁩ ⁨month⁩ ago

Another option is to use Image File Utilities on the Pi to create an image backup. You can use cron + a bash script to create incremental backups using the tool (e.g., take a ‘fresh’ backup each month, with daily incremental backups in between). I mount a network ‘backup’ drive (a local NAS, but you could use anything) to save the image to so I can actually access it. Then, just use balena etcher to flash the backup iso in the event of a failure.

**Here’s Image File Utilities: ** forums.raspberrypi.com/viewtopic.php?t=332000 And a backup script + cron entry: forums.raspberrypi.com/viewtopic.php?p=2199452&hi…

source
Sort:hotnewtop