I followed the instructions on internet and restroed the rra files into /var/www/html/rra.
Also used code below to get back mysql:
Code: Select all
mysql cacti < /var/www/html/cacti-backup.sql
mysql syslog < /var/www/html/syslog.sql
I am not familiar with mysql, seems that the cacti database is empty. (using "select count(*) from cdef" and the result is 0).
Much appreciate~~