@extends('layouts.app') @section('title', 'Create Backup') @section('content')
Back to Backups

Create New Backup

Create a backup before making system updates

Current System Size

Database: {{ $dbSize }}
App Files: {{ $appSize }}
@csrf

Only letters, numbers, underscore and dash allowed. Timestamp will be added automatically.

@error('backup_name')

{{ $message }}

@enderror
@error('backup_type')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror

Full backup may take 1-5 minutes

Tips

  • - Use descriptive names like before_inventory_fix
  • - Create full backups before major updates
  • - Database-only backups are faster and smaller
  • - Old backups can be deleted to save storage space
@endsection