{% extends "base.html" %} {% block title %}Backups - SQLite DBaaS{% endblock %} {% block content %}
Manage database snapshots and remote storage
| Filename | Size | Modified | Actions |
|---|---|---|---|
| {{ snapshot.name }} | {{ snapshot.size_mb }} MB | {{ snapshot.modified }} | download |
Automatic replication every second. Max 1s data loss. Local file replica.
Atomic snapshots using sqlite3.backup(). Gzip compressed. Consistent while DB is in use.
Remote storage on HuggingFace. 100GB free. Survives container restarts.