{% extends "base.html" %} {% import "_macros.html" as m %} {% block title %}Storage — rosbackup-ng{% endblock %} {% block page_title %}Storage destinations{% endblock %} {% block head_actions %}+ Add destination{% endblock %} {% block content %}

Where backups are written. Credentials are referenced by environment-variable name — secrets never live in global.yaml. The local working copy is always kept (devices can opt out individually); the default destination applies to devices without a more specific override. Latency / availability / utilization are probed every 60s.

{% include "_storage_table.html" %}
{% endblock %}