{% extends "modern/base.html" %} {% block title %}Config Backups - Zebra Day{% endblock %} {% block content %}

Saved Configuration Files

{{ backup_files | length }} backups

To restore a backup, download the file, open in a text editor, copy the contents, then paste into the config editor and save.

{% if backup_files %}
{% for file in backup_files %} {% endfor %}
Filename Actions
{{ file }} Download
{% else %}

No backup files found

Backups are created automatically when you save configuration changes
{% endif %}
{% endblock %}