Backup creates double set of directory structure in zip-file #1143
Unanswered
andersespedalen
asked this question in
Q&A
Replies: 1 comment
-
I cannot reproduce, moving this to a discussion. Feel free to submit a test that reproduces this error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the projec located at /var/www/{myapp}
Running command;
php artisan backup:run --only-files
The outputted zip file contains the following directory structure:
\var\www{myapp}\ contains the laravel project without files. Only empty directory structure
var\www{myapp}\ contains complete laravel structure with files as expected
This happens both if I run it manually or via cron.
Environment:
Homestead 10
Laravel 7
config/backup.php:
config/filesystem.php
Beta Was this translation helpful? Give feedback.
All reactions