@extends('backend.index')
@section('content')
-
Control Panel
- Backup
You can create a backup of your site by click to "Create a backup" button, keep in mind that the system will just backup your database and main php files (which are not included folder "storage", the folder containing all your conversion data such as songs, artwork etc...).
# |
Name |
Disk |
Reachable |
Healthy |
# of backups |
Newest backup |
Used storage |
@foreach($backups as $index => $backup)
{{ $index+1 }}. |
{{ $backup[0] }} |
{{ $backup['disk'] }} |
{{ $backup[2] }} |
{{ isset($backup[3]) ? $backup[3] : '' }} |
{{ $backup['amount'] }} |
{{ strip_tags($backup['newest']) }} |
{{ $backup['usedStorage'] }} |
Backup name |
Action |
@foreach($backup['files'] as $file)
{{ $file }} |
|
@endforeach
|
@endforeach
Please wait, this could take 5 minutes or more...
@endsection