{% extends "pobsync_backend/base.html" %} {% block title %}Retention plan | {{ host.host }}{% endblock %} {% block content %}
This plan would delete {{ plan.delete|length }} snapshot(s), which exceeds the scheduled prune limit of {{ scheduled_prune_limit }}. Scheduled pruning will refuse to apply this plan until the limit or retention selection is adjusted.
{{ plan.incomplete|length }} incomplete snapshot(s) exist for this host. Retention does not delete incomplete snapshots automatically because they can indicate an interrupted backup that should be inspected first.
After inspection, use the dedicated cleanup form below to delete only incomplete snapshot directories and their tracking records. Successful scheduled and manual snapshots are not touched by this cleanup.
| Kind | Dirname | Started | Status | Reason | Path |
|---|---|---|---|---|---|
| {{ snapshot.kind }} | {{ snapshot.dirname }} | {{ snapshot.dt }} | {{ snapshot.status|default:"" }} | {{ snapshot.reason }} | {{ snapshot.path }} |
| Retention would not delete snapshots for this selection. | |||||
| Kind | Dirname | Started | Status | Reasons |
|---|---|---|---|---|
| {{ snapshot.kind }} | {{ snapshot.dirname }} | {{ snapshot.dt }} | {{ snapshot.status|default:"" }} | {{ snapshot.reason }} |
| No snapshots matched this retention selection. | ||||
| Dirname | Started | Status | Reason | Path |
|---|---|---|---|---|
| {{ snapshot.dirname }} | {{ snapshot.dt }} | {{ snapshot.status|default:"" }} | {{ snapshot.reason }} | {{ snapshot.path }} |