{% extends "base.html" %} {% block title %}Backup Management - {{ t.app_title }}{% endblock %} {% block content %}
Create and manage system data backups
{{ backup_status.data_path }}
{{ backup_status.backup_path }}
Date | Time | Size | Type | Status | Actions |
---|---|---|---|---|---|
{{ backup.backup_date }} | {{ backup.backup_time or 'Unknown' }} | {{ "%.1f"|format((backup.backup_size or 0) / 1024 / 1024) }} MB | {% if backup.get('type') == 'manual' %} Manual {% else %} Scheduled {% endif %} | {% if backup.get('status') == 'success' %} Success {% elif backup.get('status') == 'failed' %} Failed {% else %} Unknown {% endif %} |
|
Create your first backup to get started.