{% extends "base.html" %} {% block title %} — Restore{% endblock %} {% block content %}
| Archive | Last Modified | Size | |
|---|---|---|---|
| {% if b.get('backup_type') == 'incremental' %} Incr {% else %} Full {% endif %} {{ b['name'] }} | {{ b['last_modified'][:16].replace('T',' ') }} | {{ b['size_mb'] }} MB | |
| No backups found — check your S3 settings or run a backup first. | |||
| # | Started | Duration | Archive | Files | Status | |
|---|---|---|---|---|---|---|
| {{ r['id'] }} | {{ r['started_at'] | fmtdt }} | {{ r['started_at'] | duration(r['completed_at']) }} | {{ r['file_count'] or '—' }} | {% if r['status'] == 'success' %} Ready {% elif r['status'] == 'failed' %} Failed {% else %} Running {% endif %} | {% if r['status'] == 'success' %} Browse ZIP {% elif r['status'] == 'running' %} View {% endif %} | |
| No restores yet | ||||||