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 %}
Estimated from average new data per day.
New Data
{{ stats_summary.avg_daily_literal_data_bytes|filesizeformat }}/day
{{ stats_summary.avg_literal_data_bytes|filesizeformat }} per backup on average.
Link-Dest Savings
{% if stats_summary.link_dest_savings_percent is not None %}
{{ stats_summary.link_dest_savings_percent|floatformat:1 }}%
{% else %}
unknown
{% endif %}
{{ stats_summary.total_matched_data_bytes|filesizeformat }} reused across sampled runs.
Average Duration
{{ stats_summary.avg_duration_seconds|default:"unknown" }}{% if stats_summary.avg_duration_seconds is not None %}s{% endif %}
Based on {{ stats_summary.runs_sampled }} completed backup run{{ stats_summary.runs_sampled|pluralize }} with stats.
{% else %}
No completed backup runs with stats yet. This section will show disk usage, growth estimates, and link-dest savings after the first real backup finishes.
{% endif %}