@extends('layouts.app') @section('title','Database Backup')@section('page-title','Database Backup') @section('content')
Create and download full database snapshots
mysqldump on the server PATH. Files are stored in storage/app/backups/. Download and store off-site regularly.| Filename | Size | Created By | Status | Created | Actions |
|---|---|---|---|---|---|
{{ $backup->filename }} |
{{ $backup->size_formatted }} | {{ $backup->user?->name ?? '—' }} | {{ ucfirst($backup->status) }} | {{ $backup->created_at->format('M j, Y H:i') }} {{ $backup->created_at->diffForHumans() }} |
|
No backups yet. Click "Create Backup" to generate one. | |||||