Backups
The Backups page (Admin → Backups) lets you export and import your site in two formats — a Template for sharing the site's structure, or a Snapshot for full content backup and restore.
Export Template
A Template export packages the structure of your site — page HTML files, templates, CSS, and the page hierarchy — without any editable region content. Uploaded images are replaced by neutral placeholder images at the correct dimensions so the layout is preserved.
Use a Template export to:
- Share or sell a site design that other developers can install on a fresh RuntCMS instance
- Start a new client project from an existing layout
- Archive a site's design independently of its content
Export Snapshot
A Snapshot export packages everything — pages, regions, global regions, partials, settings, and uploads. It is a full backup of your site's content that can be used to restore a site after a clean install.
Import Template
To install a template on a fresh RuntCMS site:
- Go to Admin → Backups → Danger Zone.
- Click Import Template and select the template ZIP file.
- Enter your admin password to confirm.
- RuntCMS will install the templates, CSS, JS, and page hierarchy.
Import Snapshot
To restore a site from a snapshot:
- Install RuntCMS fresh on the target server.
- Go to Admin → Backups → Danger Zone.
- Click Import Snapshot and select the snapshot ZIP file.
- Enter your admin password to confirm.
- RuntCMS will restore all pages, regions, partials, settings, and uploads.