Schedule Edit
+Schedule Edit schedule
{% if schedule %}Schedule expression{{ schedule.cron_expr }}
@@ -272,39 +251,7 @@
- {% if last_preflight %}
- Connection Preflight
-
-
- Status: {% if last_preflight.ok %}ok{% else %}failed{% endif %}
- Target: {{ last_preflight.target }}
- Backup source: {{ last_preflight.source_root }}
- Remote rsync: {{ last_preflight.rsync_binary }}
- | Status | -Check | -Message | -Detail | -
|---|---|---|---|
| {% if check.ok %}ok{% else %}failed{% endif %} | -{{ check.name }} | -{{ check.message }} | -{{ check.detail }} | -
+
+
+
+
Configuration
@@ -316,9 +263,56 @@
Connection Preflight & SSH
+ {% if last_preflight %} +
+
+ {% else %}
+
+ Preflight
+
+
+ {% if last_preflight.ok %}ok{% else %}failed{% endif %}
+
+
+
+ Target{{ last_preflight.target }}
+ Backup source{{ last_preflight.source_root }}
+ Remote rsync{{ last_preflight.rsync_binary }}
+ No connection preflight recorded yet.
+ {% endif %} +
+
+
+
+ {% if last_preflight.checks %}
+
+ {% for check in last_preflight.checks %}
+
+ {% endif %}
+
+
+ {% if check.ok %}ok{% else %}failed{% endif %}
+
+
+ {{ check.name }}
+ {{ check.message }}{% if check.detail %} · {{ check.detail }}{% endif %}
+
+
+ {% endfor %}
+