Making backup:
- Full backup:
- Open CMS tool "Setup", select "Data base" tab and export data into XML files (press buttom "Export CMS DB")
- Make virtual server document root current working directory
- Run unix shell command: tar -cv . | gzip > cms.tar.gz
- Open CMS tool "Files" with builtin administrator logged
- Click on volume "Site"
- Download cms.tar.gz file and place in safe place
- Daily backup:
- Open CMS tool "Setup", select "Data base" tab and export data into XML files (press buttom "Export CMS DB")
- Make virtual server document root current working directory
- Run unix shell command: tar --exclude 'srv' -cv . | gzip > cms.tar.gz
- Open CMS tool "Files" with builtin administrator logged
- Click on volume "Site"
- Download cms.tar.gz file and place in safe place
- Optional MySQL backup:
- Make backup using MySQL admin tool or
- Make backup using MySQL Workbench tool or
- Make backup using mysqldump program
Note: empty folders before making backup:
- /cms/log
- /cms/templates_c
- /cms/templates_cache
- /cms/temp