{% include 'admin/partials/header.html' %} {% include 'admin/partials/sidebar.html' %}
Create portable database snapshots, verify their integrity, download them, and manage retention.
Exports all NexusForum tables into a compressed portable snapshot stored outside the public web root.
Verification compares the stored SHA-256 checksum against the file on disk.
Create the first database snapshot above.
| Backup | Driver | Tables / Rows | Size | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $backup['label'] }}{{ $backup['filename'] }} | {{ strtoupper($backup['driver']) }} | {{ $backup['table_count'] }} / {{ $backup['row_count'] }} | {{ round($backup['file_size']/1024,1) }} KB | {{ $backup['status'] }} | {{ $backup['created_at'] }}{{ $backup['creator_name']?:'System' }} |