@if(session('success')) @endif @if(session('error')) @endif
Database Backups
@csrf
Note: Automated backups run every 15 minutes. Backups are saved in the project's database/backups/YYYY-MM-DD folder.
@forelse($backups as $index => $backup) @empty @endforelse
# Folder (Date) File Name File Size Created At Action
{{ $index + 1 }} {{ $backup['folder'] }} {{ $backup['filename'] }} {{ $backup['size'] }} {{ $backup['created_at'] }}
Download
@csrf @method('DELETE')
No database backups found. Click "Create Backup Now" to create your first backup.