General

Save @if (!$enabled) Enable Backup @else Disable Backup @endif Backup Now

{{ $backup?->targetType() ?? ($storage instanceof \App\Models\LocalFileVolume ? 'Directory' : 'Volume') }}: {{ $backup?->targetName() ?? ($storage instanceof \App\Models\LocalFileVolume ? $storage->fs_path : $storage->name) }}

Backups made while the application is writing to this storage may be inconsistent or corrupted. You can gracefully stop containers during the archive step for a safer file-level backup, but this briefly interrupts the application.