Total Records
{{ $stats['byType']->sum() }}
{{ ucfirst(str_replace('_',' ',$t)) }}: {{ $stats['byType'][$t] }}
@endif @endforeachLast Backup
@if($stats['lastRevision']){{ \Carbon\Carbon::createFromTimestamp($stats['lastRevision']->backed_up_at)->diffForHumans() }}
{{ ucfirst($stats['lastRevision']->record->entity_type ?? '—') }} · rev {{ $stats['lastRevision']->revision }}
@elseNo backups yet
@endifPending Operations
{{ $stats['pendingOps'] }}
No backup activity yet.
@else| Entity | Triggered By | Revision | Backed Up |
|---|---|---|---|
| @include('account.backup._entity_badge', ['type' => $rev->record->entity_type ?? '—']) | {{ $rev->triggered_by ?? '—' }} | {{ $rev->revision }} | {{ $rev->backed_up_at ? \Carbon\Carbon::createFromTimestamp($rev->backed_up_at)->diffForHumans() : '—' }} |
Control how fast restore jobs are sent to your WordPress site. Lower concurrency reduces load on your server; use the delay field if your host rate-limits incoming requests.