{% extends "base.html" %} {% block title %}Database Backups{% endblock %} {% block content %}

Database Backups

Backup Now

Trigger an immediate backup of the active database.

Schedule

Existing backups ({{ backups|length }})

{% for b in backups %} {% else %} {% endfor %}
FilenameSizeCreatedActions
{{ b.filename }} {{ (b.size_bytes / 1024 / 1024) | round(2) }} MB {{ b.created_at }}
No backups yet.
{% endblock %}