@extends('admin.layouts.master-soyuz') @section('title',__('All Backup Manager')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Backup Manager') }} @endslot @slot('menu1') {{ __('Backup Manager') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Backup Manager') }}
@csrf
{{__("Important Note")}}:
• {{__("Usually in all hosting dump path for MYSQL is")}} /usr/bin/
• {{__("If that path not work than contact your hosting provider with subject")}} "{{ __("What is my MYSQL DUMP Binary path ?") }}"
• {{__('Enter the path without')}} mysqldump {{ __("in path") }}"

{{__("Note") }}:
  • {{ __('It will generate only database backup of your site.') }}
  • {{ __('Download URL is valid only for 1 (minute).') }}
  • {{__("Make sure")}} {{__("mysql dump is enabled on your server for database backup and before run this or run only database backup command make sure you save the")}} {{ __('MySQL Dump Path') }} {{__("in")}} {{ __('config/database.php') }}.
{!! $html !!}

{{ __("Download the latest backup") }}

@php $dir17 = storage_path() . '/app/'.config('app.name'); @endphp
@endsection