{% extends "ui/_layout.html" %} {% block title %}Backups - bty-web{% endblock %} {% block subnav %} {% endblock %} {% block intro %} {% from "ui/_intro_box.html" import render as intro_box %} {% call intro_box() %} Portable bundles of the operator-owned state (machines, catalog entries, local image files) -- the same shape bty-web export produces. Trigger one now with the button below, or enable a scheduled cadence on the Settings page. Backups land under {{ backups_root }}; retention prunes the oldest. {% endcall %} {% endblock %} {% block content %}
Backups refreshing...
Schedule: {% if backup_enabled %}{{ backup_cadence }}{% else %}off{% endif %} (change) Last scheduled run: {% if backup_last_run_at %}{{ backup_last_run_at }}{% else %}never{% endif %} Destination: {{ backups_root }}
Backup ID Status Trigger Bytes Action
No active backups.
{% with events=backup_events, title="Recent activity", link_to_full="/ui/events?subject_kind=backup", card_id="backups-activity" %} {% include "ui/_events_card.html" %} {% endwith %} {% endblock %}