{% extends "base.html" %} {% import "_macros.html" as m %} {% set editing = original_name is not none %} {% set cur = (item.type if item and item.type else 'local') %} {% block title %}{{ "Edit" if editing else "New" }} storage β rosbackup-ng{% endblock %} {% block page_title %}{{ "Edit destination" if editing else "New destination" }}{% endblock %} {% block head_actions %}β Storage{% endblock %} {% block content %}
Removing a destination only edits global.yaml β backups already written there are untouched.