spatie / laravel-backup

A package to backup your Laravel app

Home Page:https://spatie.be/docs/laravel-backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backup completed, but no files, only mysql dump

kskrlinnorth2 opened this issue · comments

When I run this command php artisan backup:run on local machine (Windows 11 with Wamp) I get this output and email that backup was successful:

image

There is zip file with same size:
image

But inside zip is only db-dumps folder with less than 1 MB

set in config/backup

example
'relative_path' => base_path(),