{% extends "base.html" %} {% set editing = original_name is not none %} {% set essh = (entry.ssh if entry and entry.ssh else {}) %} {% block title %}{{ "Edit" if editing else "New" }} device β rosbackup-ng{% endblock %} {% block page_title %}{{ "Edit device" if editing else "New device" }}{% endblock %} {% block head_actions %}β Devices{% endblock %} {% block content %}
Removing a device only edits targets.yaml β it never touches backups already stored for it.