Manual JMS Multisite backup/restore procedure |
![]() |
The procedure to perform a manual backup/restore depends on the platform (Windows or Linux). The procedure consists in using a traditional Zip or tar + PHPMyAdmin export / import. Here we describe the procedure on a Linux with a cPanel and we assume that you have a SSH terminal available. Backup the PHP CodeChange Directory Compress If you want to replace the backup of the symbolic links by their content, add the "-h" parameter and also use the -z to compress the backup in one step Restore the PHP COdeRestore the files Backup MySQLYou can either perform the backup of MySQL with PHPMyAdmin or an SSH command "mysqldump"
Restore MySQLYou can either restore the MySQL DB using the PHPMyAdmin or with a SSH terminal command "mysql" Restore from a SSH prompt CRON backup scriptA weekly backup script is available in the free download section. This script can be called from a cron to perform the backup. It is able to perform the backup of a DB and backup of a directory that can be automatically sent by FTP on another server in case of crash. |
Last Updated on Monday, 12 January 2015 15:11 |