{% extends "base.html" %} {% block title %}Run a backup — rosbackup-ng{% endblock %} {% block page_title %}Run a backup{% endblock %} {% block content %} {% if error %}{{ error }}{% endif %} 🎯 Scope All enabled Group {% for g in groups %}{{ g.name }} ({{ g.count }}){% endfor %} Tag {% for t in tags %}{{ t.name }} ({{ t.count }}){% endfor %} Single device {% for name in targets %}{{ name }}{% endfor %} Override parallel workers Otherwise the global setting is used. Parallel workers routers backed up at once Override “keep on router” for this run Otherwise each device's own setting applies. Keep the binary backup on the router after download Keep the plaintext export on the router after download Dry run (validate connectivity only) {% 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 %} {{ d }}{% if d == default_storage %} (default){% endif %} {% endfor %} {% endif %} Start backup Run — live view ▸ 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 %}
Otherwise the global setting is used.
Otherwise each device's own setting applies.
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).
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.