{{ $policy->schedule_cron }}
·
@if($policy->enabled)
Aktiv
@else
Deaktiviert
@endif
· Aufbewahrung: {{ $policy->retention_count }} Backups
| Status | Gestartet | Dauer | Größe | Datei | Aktionen |
|---|---|---|---|---|---|
| {{ $badge['label'] }} @if($job->status === 'running') @endif | {{ $job->started_at?->diffForHumans() ?? '—' }} | {{ $duration }} | {{ $size }} |
@if(in_array($job->status, ['queued','running']))
@endif
@if($job->status === 'ok' && $job->artifact_path)
@endif
@if($job->error || $job->log_excerpt)
@endif
|