{% extends "pobsync_backend/base.html" %} {% block title %}Retention plan | {{ host.host }}{% endblock %} {% block content %}

Retention Plan: {{ host.host }}

Back to host Scheduled Manual All Protect bases
Source
{{ plan.source }}
Kind
{{ plan.kind }}
Keep
{{ plan.keep|length }}
Would Delete
{{ plan.delete|length }}

Policy

Daily: {{ plan.retention.daily }}
Weekly: {{ plan.retention.weekly }}
Monthly: {{ plan.retention.monthly }}
Yearly: {{ plan.retention.yearly }}
Protect bases: {{ protect_bases|yesno:"yes,no" }}

Would Delete

{% for snapshot in plan.delete %} {% empty %} {% endfor %}
Kind Dirname Started Status Path
{{ snapshot.kind }} {{ snapshot.dirname }} {{ snapshot.dt }} {{ snapshot.status|default:"" }} {{ snapshot.path }}
Retention would not delete snapshots for this selection.

Keep Reasons

{% for dirname, reasons in plan.reasons.items %} {% empty %} {% endfor %}
Dirname Reasons
{{ dirname }} {{ reasons|join:", " }}
No snapshots matched this retention selection.
{% endblock %}