Security Notice: Dashboard credentials are excluded from backups. Importing a backup will preserve your current active admin login password. Storage Policy: Backups contain configuration files (`config.json`), local custom module code, and persistent databases (`data_dir`). Transient caches (`cache_dir`) are excluded. WiFi Credentials: WiFi network passwords are intentionally excluded to keep backups free of sensitive network data. After restoring a backup, you may need to reconnect via the setup wizard if your mirror lost its network configuration.
Create Backup
Generate a `.mirror` backup file of your mirror's settings and custom module states.
Import Backup
Upload a `.mirror` backup file to restore layouts, local custom modules, and settings.
Saved Local Backups
Filename
Created At
Size
Protected
Actions
{% if not backups %}
No backups saved.
{% else %}
{% for backup in backups %}
{{ backup.filename }}
{{ backup.created_at_formatted }}
{{ backup.size_formatted }}
{% if backup.encrypted %}
Yes
{% else %}
No
{% endif %}