{% extends "pobsync_backend/base.html" %} {% block title %}{{ host.host }} | pobsync{% endblock %} {% block content %}
No schedule configured.
{% endif %}| 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 }} |
Create the default global config before queueing backups.
{% elif not host.enabled %}Enable this host before queueing backups.
{% 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. | ||||