{{ __('Settings') }}

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @include('settings.partials.nav')

Manual Backup & Reminder

Download a SQL backup now and keep the 7-day reminder active.

@csrf
Backup reminder every 7 days
Next scheduled date: {{ $backupSettings['next_backup_date'] ?? 'Not set' }}
@csrf
Generate a full SQL export of the current database (compatible with phpMyAdmin import).

Manual downloads also push the next reminder 7 days forward.

Auto Backup (legacy URL copy)

Store the source/target URLs used by the old auto-backup script. (Remove trailing slashes; separate locations with '/').

@csrf