Backing up entire litespeed config

c0ldshadow

Well-Known Member
#1
I want to make some rsync script to backup my entire litespeed configuration

Is anything else needed other than

/usr/local/lsws/conf

/var/www/somesite123.com/conf

/var/www/example123.com/conf

Alternatively, is there a way in the Admin panel to just export the entire config as .zip file (if not that would be a cool feature)
 

NiteWave

Administrator
#2
yes --
/usr/local/lsws/conf is server-level configuration

/var/www/somesite123.com/conf
/var/www/example123.com/conf
are native virtual hosts' configuration files

if you have virtual hosts from apache's configuration file (in WHM/cPanel, the main config file is /usr/local/apache/conf/httpd.conf), then need backup apache's configuration files as well.
 
Top