I am creating db file (system.db) using sql file using below command, I have syslogServerInf o, where as eventLog tables, syslogServerInf o keep saved across reboots, where as eventLog info not, any idea how to save that?. but I have one file in flash called cfg.ascii, I can see syslogServerInf o entries are there, but noentries for eventLog, not sure how this gets created. any thoughts what to look for in sql file?. thanks.
sqlite3 /tmp/system.db < system.sql
sqlite3 /tmp/system.db < system.sql
Comment