| Database Backup |
Module |
This allows you to dump the contents of your CMS database into a text file, and/or restore from such a file. This text file can be easily backup up to a directory or remote server. |
| Archiver |
Module |
This will keep an archive of all content edits (or all for a set time period). There will be an admin interface to roll content back to a previous version. |
| MassMover |
Module |
A module which allows you to (eventually, that is) move and entire site from one place to another, including whole database-structure with content, user-uploaded files, non-core modules, and optionally the whole shabang including the core. |
| Mysql Dump |
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 (not necessarily a MySQL server). |
| Postgres Dump |
Module |
Interface for the 'pg_dump' backup tool. It can be used to dump the CMSMS database for backup or for transferring the data to another PostgresSQL server. |
| 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. |
| CopySites |
Module |
SiteCopy adds a new option to the site-overview to copy a site with its content |