relative_path option includes all folders using full path #1413
Unanswered
videositefree
asked this question in
Q&A
Replies: 2 comments 4 replies
-
this package is developed for linux environments, in windows it may fail or not all the features are available, but the basic works |
Beta Was this translation helpful? Give feedback.
3 replies
-
If use comand |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I`m try change path in created zip folder in the backup.php config:
i`m try:
'relative_path' => base_path()
OR
'relative_path' => storage_path('app/backup-temp/temp')
OR
'relative_path' => base_path('app/backup-temp/temp')
use
\Artisan::call('backup:run',['--only-db'=>true]);
create zip folder and have absolute path
c:\and full path where is site. aboute 11 folder
how change for relative path?
Beta Was this translation helpful? Give feedback.
All reactions