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.
{{ incomplete_unreviewed_count }} still need review. After inspection, mark them reviewed and 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. | |||||
This permanently deletes the snapshot directories listed in Would Delete. Confirm the host and delete count before applying the plan.
| 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 | Review | Reason | Path |
|---|---|---|---|---|---|
| {{ snapshot.dirname }} | {{ snapshot.dt }} | {{ snapshot.status|default:"" }} | {% if snapshot.reviewed %} reviewed {{ snapshot.reviewed_by|default:"unknown" }} {% else %} needs review {% endif %} | {{ snapshot.reason }} | {{ snapshot.path }} |
Cleanup is blocked until all incomplete snapshots are reviewed. This extra step makes it explicit that the interrupted backup was inspected before deletion.
{% else %}This deletes only reviewed incomplete snapshot directories and their tracking records. Successful manual and scheduled snapshots are not touched.
{% endif %}