This should not be necessary as one-time keymap configuration is enough if you configure the /storage/.config/rc_maps.cfg file properly. Then just run the ir-keytable one times with auto-load parameter (for instance ir-keytable -a /storage/.config/rc_maps.cfg -s rc0 ).
Post
RE: Basic backup/restore question
I have made an extended backup script which also stores the /flash/config.txt file.
The standard Restore Backup from Kodi's GUI menu Settings-LibreELEC-System-Backup works but the /flash/config.txt file is not restored as the /flash folder is mounted as r/o by default.
I believe it would be useful when the restore part of the official backup-restore script could contain the mount -o remount,rw /flash command before tar command (between lines 33 and 34).
The standard Restore Backup from Kodi's GUI menu Settings-LibreELEC-System-Backup works but the /flash/config.txt file is not restored as the /flash folder is mounted as r/o by default.
I believe it would be useful when the restore part of the official backup-restore script could contain the mount -o remount,rw /flash command before tar command (between lines 33 and 34).