{% extends "pobsync_backend/base.html" %} {% block title %}{{ host.host }} | pobsync{% endblock %} {% block content %}
No schedule configured.
{% endif %}{{ effective_config.includes|join:"
" }}
{% else %}
{{ effective_config.excludes|join:"
" }}
{% else %}
| Run | Type | Started | Duration | Files | New Data | Matched | Trend | Snapshot |
|---|---|---|---|---|---|---|---|---|
| Run {{ run.id }} | {{ run.run_type }} | {{ run.started_at|default:"" }} | {{ run.duration_seconds|default:"" }}{% if run.duration_seconds is not None %}s{% endif %} | {{ run.rsync.files_total|default:"" }} | {{ run.rsync.literal_data_bytes|filesizeformat }} | {{ run.rsync.matched_data_bytes|filesizeformat }} | {% if run.snapshot %}{{ run.snapshot.dirname }}{% else %}{{ run.snapshot_path }}{% endif %} |
| Status | Check | Message | Detail |
|---|---|---|---|
| {{ check.status }} | {{ check.name }} | {{ check.message }} | {{ check.detail }} |
| Status | Check | Message | Detail |
|---|---|---|---|
| {% if check.ok %}ok{% else %}failed{% endif %} | {{ check.name }} | {{ check.message }} | {{ check.detail }} |
Wait for the active run to finish, or cancel it from the run detail page.
{% elif not can_queue_dry_run or not can_queue_real_backup %} {% if not has_global_config %}Create the default global config before queueing backups.
{% elif not host.enabled %}Enable this host before queueing backups.
{% elif backup_gate.real_blockers %}Real backups are blocked by failed preflight checks. Dry-runs may still be available when storage-only checks fail.
{% endif %} {% endif %}| Status | Started | Ended | Snapshot | Base |
|---|---|---|---|---|
| {{ run.status }} | {{ run.started_at|default:"" }} | {{ run.ended_at|default:"" }} | {% if run.snapshot %}{{ run.snapshot.dirname }}{% else %}{{ run.snapshot_path }}{% endif %} | {{ run.base_path|default:"" }} |
| No backup runs recorded for this host. | ||||
| Kind | Status | Started | Dirname | Base |
|---|---|---|---|---|
| {{ snapshot.kind }} | {{ snapshot.status }} | {{ snapshot.started_at|default:"" }} | {{ snapshot.dirname }} | {% if snapshot.base %}{{ snapshot.base.dirname }}{% else %}{{ snapshot.base_dirname }}{% endif %} |
| No snapshots discovered for this host. | ||||