{% extends "base.html" %} {% block title %}Run a backup — rosbackup-ng{% endblock %} {% block page_title %}Run a backup{% endblock %} {% block content %}
{% if error %}{% endif %}
🎯 Scope

Otherwise the global setting is used.

routers backed up at once

Otherwise each device's own setting applies.

{% if storage_destinations %}
🗂️ Storage override

Remote destinations for this run only. Leave unchecked to use each device's own resolution. Checking any replaces it for this run (the local working copy is still kept).

{% for d in storage_destinations %} {% endfor %}
{% endif %}

The live view streams per-device progress as it happens. The run keeps going server-side even if you close the tab — reopen it from History to re-attach.

{% endblock %}