Required Action

{% if action_items %}
{% for item in action_items %} {{ item.label }} {{ item.host.host }} {{ item.message }} {% endfor %}
{% elif counts.hosts %}

ok No queued, running, unreviewed warning/failed runs, or retention warnings.

{% else %}

Add a host to start tracking backup status here.

{% endif %} {% if counts.running_runs or counts.queued_runs %} {% endif %}

Next Scheduled Work View all

{% if next_schedule_rows %} {% else %}

No enabled schedules yet.

{% endif %}

Recent Activity View all

{% if recent_runs %} {% else %}

No backup runs recorded yet.

{% endif %}

Storage Pressure

{% if stats_summary.runs_sampled %}
Backup root used
{% if stats_summary.capacity.used_percent is not None %} {{ stats_summary.capacity.used_percent|floatformat:1 }}% {% else %} unknown {% endif %}
{% if stats_summary.capacity.used_percent is not None %}
{% endif %}
Runway {% if stats_summary.estimated_days_until_full %} {{ stats_summary.estimated_days_until_full }} days {% elif stats_summary.estimated_runs_until_full %} {{ stats_summary.estimated_runs_until_full }} runs {% else %} unknown {% endif %}
New data {{ stats_summary.avg_daily_literal_data_bytes|filesizeformat }}/day
Available {{ stats_summary.capacity.available_bytes|filesizeformat }}
{% else %}

Storage pressure appears after the first completed backup with stats.

{% endif %}
Scheduled data {{ stats_summary.backup_data.scheduled.allocated_size_bytes|filesizeformat }} unique {{ stats_summary.backup_data.scheduled.unique_apparent_size_bytes|filesizeformat }}
Manual data {{ stats_summary.backup_data.manual.allocated_size_bytes|filesizeformat }} unique {{ stats_summary.backup_data.manual.unique_apparent_size_bytes|filesizeformat }}
Incomplete data {{ stats_summary.backup_data.incomplete.allocated_size_bytes|filesizeformat }} measured from disk
Total snapshot data {{ stats_summary.backup_data.total.allocated_size_bytes|filesizeformat }} unique {{ stats_summary.backup_data.total.unique_apparent_size_bytes|filesizeformat }}