{% extends 'base.html' %} {% block title %}Backup Manager{% endblock %} {% block content %}
View suggested configuration for scheduled backups
{% if retention_days > 0 %} Currently keeping backups for {{ retention_days }} days. Older backups will be automatically deleted. {% else %} No retention policy is currently applied. All backups will be kept indefinitely. {% endif %}
| Backup Name | Created | Version | Size | Actions |
|---|---|---|---|---|
|
{{ backup.backup_name }}
{{ backup.file_name }}
|
{% if backup.timestamp %} {{ backup.timestamp|timestamp_to_datetime|format_datetime('%Y-%m-%d %H:%M') }} {% else %} Unknown {% endif %} |
v{{ backup.version }}
{% if backup.release_name %}
{{ backup.release_name }}
{% endif %}
|
{{ (backup.file_size / 1024 / 1024)|round(2) }} MB |
No backups found.
Database is operational and accessible.
File storage is available and writable.
System configuration is valid.