Backup & Restore
Manage system backups and data recovery operations
Total Backups
{{ total_backups }}
All time
Last Backup
{{ last_backup_date|date:"M d, Y" }}
{{ last_backup_time_ago }}
Storage Used
{{ total_backup_size }}
{{ available_space }} available
Next Scheduled
{{ next_backup_date|date:"M d, Y" }}
{{ next_backup_time|date:"g:i A" }}
Backup Configuration
Quick Actions
Backup History
| Backup Name | Type | Size | Created | Status | Duration | Actions |
|---|---|---|---|---|---|---|
|
{{ backup.name }}
{{ backup.description|default:"No description" }}
|
{{ backup.get_type_display }} |
{{ backup.file_size_human }}
{% if backup.compressed_size %}
{{ backup.compressed_size_human }} compressed
{% endif %}
|
{{ backup.created_at|date:"M d, Y" }}
{{ backup.created_at|date:"g:i A" }}
|
{% if backup.status == 'completed' %} Completed {% elif backup.status == 'in_progress' %} In Progress {% elif backup.status == 'failed' %} Failed {% else %} {{ backup.get_status_display }} {% endif %} | {% if backup.duration %} {{ backup.duration_human }} {% else %} N/A {% endif %} |
{% if backup.status == 'completed' %}
{% endif %}
|