{% 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.
Main totals use allocated snapshot size. Unique values estimate non-hardlinked visible data; incomplete
snapshots are measured from disk because their metadata can be stale.
{{ host.host }}
Retention Warnings
Host Status
Backup Control
Schedule
{% if can_manage_control_panel %}
Edit schedule
{% endif %}
{% 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 Data
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
No connection preflight recorded yet.
{% endif %}Runtime settings after global defaults and host overrides are combined.
{{ 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 %}