@extends('admin.layouts.master')
@section('title','Backup Manager | ')
@section('body')
-
{{ __('It will generate full backup of your site and exclude some folder which is vendor and node_module') }}
-
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.
-
{{ __('It will generate only site backup of your script and exclude some folder which is vendor and node_module') }}
-
{{ __('It will generate only database backup of your site.') }}
-
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 !!}
@endsection