You can store various variables in EEPROM. You could either have a program that sets the EEPROM variables to given values before loading the main sketch. Or if you delve into AVRDUDE you can read or set the EEPROM variables from a command line.
So you could store 7 bytes for RS[0] .. RS[6], and then at the beginning copy these into the local array.