{{ __('Create Backup') }} {{ __('Backup to Google Drive') }} {{ __('Open backup folder in Google Drive') }} {{ __('Clean Backups') }} {{ __('Settings') }}
{{ __('Id') }} {{ __('Name') }} {{ __('Date') }} {{ __('Size') }} {{ __('Actions') }} @forelse ($backups as $id=>$backup) @php $infoPath = pathinfo($backup); $extension = $infoPath['extension'] ?? ''; @endphp @if ($extension == 'zip') {{ $id }} {{ basename($backup) }} {{ Storage::size($backup) / 1000 }} KB {{ \Carbon\Carbon::createFromTimestamp(Storage::lastModified($backup))->format("d M Y \\a\\t h:i a") }}
{{ __('Download') }}
@endif @empty {{ __('No entries found.') }} @endforelse

Google Drive Backups

You are connected to Google Drive backups
    @foreach ($this->contents as $content) @if ($content['type'] === 'dir')
  • {{ $content['name'] }}
  • @elseif ($content['type'] === 'file')
  • {{ $content['path'] }} {{ Helpers::formatBytes($content['fileSize']) }} Last modified: {{ Helpers::formatDate($content['lastModified']) }}
  • @endif @endforeach
{{ __('Backup settings') }} {{-- error message --}}

{{ __('Google Drive Configuration') }}

{{ __('Save') }}
@push('scripts') @endpush