{% extends 'superuser/base_super_user.html' %} {% block title %}System Backup & Restore | School Command{% endblock %} {% block page_title %}Backup & Restore{% endblock %} {% block page_subtitle %}Manage global database checkpoints and system recovery.{% endblock %} {% block content %}

Generate System Backup

Extract all interconnected data models, including active logs, user details, institutional settings, and device relationships securely into an encrypted JSON format.

{% csrf_token %}

Restore Platform

DANGER: Restoring a database file will completely overwrite existing system entities and re-sync primary key matrices. Proceed with extreme caution.

{% csrf_token %}
{% endblock %}