There are no files to be backed up for public folder in storage #1172
Unanswered
danialwafiy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to only backup a gallery folder stored in storage/app/public/gallery so I added
to the backup config and run 'php artisan backup:run' .. it gives the error
Backup failed because There are no files to be backed up..
So i tried a different approach and change it to
The backup works but I get everything inside the storage folder except the public folder. It somehow excludes the public directory.
Beta Was this translation helpful? Give feedback.
All reactions