CMS MADE SIMPLE FORGE

Name Type Description
FileBackup Module This module provides an interface to backup/restore the entire CMSMS files tree using tar command included in most linux distributions. It can be used to clone a CMSMS server simply from webpage using standard modules.
Archiver Module This will keep an archive of all content, GCB, template, and stylesheet edits (or all for a set time period). There is an admin interface to roll content back to a previous version.
MysqlDump Module Interface for the 'mysqldump' backup tool. It can be used to dump the CMSMS database for backup or for transferring the data to another server.
Revisions Module Revisions logs changes in Pages, Templates, CSS and Global Content Blocks and enables the web developer to view diff or revert to an earlier version of it.
Cache Remote File Plugin This plugin is an extended - but more reliable - version of the PHP file_get_contents function. Change the content at one site and the other(s) will follow when the buffer time has elapsed. Because the tag caches the content for one hour (adjustable), it won't waste any bandwidth. The tag has several reliability checks, so even when the source website is offline for a long period the content remains available at the website. CMSMS 1.12.2 and 2.x compatible. Tutorial and demo at http://cms.ms/7S86
FileBackup2 Module A fork of the FileBackup module. FileBackup2 is a module for CMS Made Simple to provide CMSMS full files backup tarred and gzipped. Source code: https://github.com/wdwp/filebackup2
MysqlDump2 Module A fork of the MysqlDump module. Interface for the 'mysqldump' backup tool. It can be used to dump and restore the CMSMS database.
btAdminer2 Module A fork of btAdminer. Adminer is a full-featured MySQL management tool written in PHP. This module is an implementation of this tool in CMS Made Simple 2.x.