{% extends "base.html" %} {% block content %}

Backups

Snapshots of ~/.net_alpha/ (DB + config). Daily snapshots run automatically when the always-on service is installed; pre-mutation snapshots run before every CSV import.

{% include "_backup_list.html" %} {# Promote the CLI-only restore note from 11px hint to a full info row so users don't expect a per-row Restore button. #}
Restoring is CLI-only

net-alpha doesn't include a restore button — restoring an old DB while the service is running could corrupt active jobs. Quit the service, then run net-alpha restore <file> in a terminal.

{% endblock %}