Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.03 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.03 KB

Backup Plus

Backup module for the CMS WBCE - Way Better Content Editing

Author: mastermind and others

Rework of the backup module with faster, more reliable file creation, option to save the pages only and new option to restore backups on the fly.

Configuration can be modified by editing the backup_settings.php file via FTP / AFE.

There are three types of backup available

  • Pages - All created pages
  • CMS - Files and the database tables of the current CMS
  • Complete - All files (DOCUMENT_ROOT) and the complete database (Access rights for all DB tables necessary!)

During a restore of the backup types "Pages" and "CMS" all occurences of WB_URL in the data will be automatically changed to the current CMS instance.

The backup/restore of all directories and files may take a while. It depends on the number of modules and templates installed and the size of media files. So a it might exceed the server's max_execution_time and produce a broken/incomplete backup.

Only files up to max. 60 MB will be included in the backup. Some directories won't be included, have a look at backup_settings.php. Empty directories won't be included. Links to directories won't be followed.

Some "official" links


Some internal links in this (gchriz') Github repository right here