| Host | -Address | -Enabled | -Snapshots | -Latest Snapshot | -Latest Run | -Next Run | -New Data | -Runs | -Retention | -
|---|---|---|---|---|---|---|---|---|---|
| {{ host.host }} | -{{ host.address }} | -{{ host.enabled|yesno:"yes,no" }} | -{{ host.snapshot_count }} | -
+
+ {% for host in hosts %}
+
+
+
+ {{ host.host }}
+ {{ host.address }}
+
+
+ {{ host.enabled|yesno:"enabled,disabled" }}
+
+
+
+ Latest Snapshot
+
{% if host.latest_snapshot %}
{{ host.latest_snapshot.dirname }}
{{ host.latest_snapshot.kind }} {{ host.latest_snapshot.status }}
{% else %}
none
{% endif %}
- |
-
+
+
+
+ Latest Run
+
{% if host.stats_summary.latest_run.id %}
Run {{ host.stats_summary.latest_run.id }}
{{ host.stats_summary.latest_run.run_type }} {{ host.stats_summary.latest_run.duration_seconds|default:"" }}{% if host.stats_summary.latest_run.duration_seconds is not None %}s{% endif %}
{% else %}
none
{% endif %}
- |
-
+
+
+
+ Next Run
+
{% if host.next_run_at %}
{{ host.next_run_at|date:"Y-m-d H:i T" }}
{{ scheduler_timezone }}
{% else %}
none
{% endif %}
- |
- {{ host.stats_summary.latest_run.rsync.literal_data_bytes|filesizeformat }} | -{{ host.run_count }} | -d{{ host.retention_daily }} w{{ host.retention_weekly }} m{{ host.retention_monthly }} y{{ host.retention_yearly }} | -
| No hosts configured yet. | |||||||||
No hosts configured yet.
+ {% endfor %} +