No default global config exists yet. Create it first so discovery, backups, and retention know where pobsync stores snapshots.
{% elif not counts.hosts %}Global config is ready. Add the first host to make this dashboard useful.
{% endif %}ok No queued, running, or unreviewed warning/failed runs.
{% else %}Add a host to start tracking backup status here.
{% endif %}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 %}No hosts configured yet.
{% endfor %}| Host | Status | Started | Ended | Snapshot |
|---|---|---|---|---|
| {{ run.host.host }} | {{ run.status }} | {{ run.started_at|default:"" }} | {{ run.ended_at|default:"" }} | {% if run.snapshot %}{{ run.snapshot.dirname }}{% else %}{{ run.snapshot_path }}{% endif %} |
| No backup runs recorded yet. | ||||