I'm curious on possibly making a fail safe function in my code to basically backup a variable to two locations of EEPROM and also recognizing if the first one goes bad to switch to the second. Obviously EEPROM has quite a life to it (100,000 reads and writes with extended life using EEPROM.update).
I guess my main question would be does the following make sense?