{% extends "pobsync_backend/base.html" %}
{% block title %}{{ host.host }} | pobsync{% endblock %}
{% block content %}
Wait for the active run to finish, or cancel it from the run detail page. Create the default global config before queueing backups. Enable this host before queueing backups. Real backups are blocked by failed preflight checks. Dry-runs may still be available when storage-only checks fail. Evaluated by the pobsync scheduler service. No schedule configured. No backup runs recorded for this host.{{ host.host }}
Retention Warnings
Host Status
Backup Control
Schedule Edit schedule
{% if schedule %}
Current Activity
{% if latest_runs %}
{% with run=latest_runs.0 %}
{{ run.status }}
Run {{ run.id }}
{{ run.run_type }} · {{ run.started_at|default:run.created_at }}
{% endwith %}
{% else %}
Backup Trends
{% for run in stats_summary.runs %}
Run
Type
Started
Duration
Files
New Data
Matched
Trend
Snapshot
{% endfor %}
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 %}
Host Check
{% for check in host_checks %}
Status
Check
Message
Detail
{% endfor %}
{{ check.status }}
{{ check.name }}
{{ check.message }}
{{ check.detail }}
No connection preflight recorded yet.
{% endif %}{{ effective_config.includes|join:"
" }}
{% else %}
{{ effective_config.excludes|join:"
" }}
{% else %}
Use this when the quick actions above need a custom label, include/exclude override, or prune limit.
No backup runs recorded for this host.
{% endfor %}No snapshots discovered for this host.
{% endfor %}