{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The dangerous page. Three deliberate steps: choose an archive, read its manifest, then confirm by re-typing the domain. Nothing is written to the target site until the third step. {% endcomment %} {% block title %}Restore a site{% endblock %} {% block content %}

Restore a site

A restore overwrites the live site. The manifest is read and shown first, and nothing is written until you confirm.

Manifest schema understood: v{{ schemaVersion }}

1 Choose the archive

Listing the destination…

Both buttons are read-only. Verify only additionally walks every member of the archive and compares the checksum.

2 What this archive contains

Domain in manifest
Created
Written by
()
Schema version
supported
Document root
Members in archive
Databases
none
Mailboxes
DNS records
Vhost config
Archive size

No checksum was recorded when this archive was written, so the panel can show the archive's current SHA-256 but cannot prove it is unchanged.

3 Confirm the restore

This will overwrite with the contents above. Type the domain exactly to confirm.

Restoring

{% endblock %} {% block scripts %} {{ websites|json_script:"cp-backup-sites" }} {{ destinations|json_script:"cp-backup-destinations" }} {% endblock %}