laravel icon indicating copy to clipboard operation
laravel copied to clipboard

dropbox not working

Open carlituxman opened this issue 5 years ago • 1 comments

I'm testing dropbox backup. Create app, configure in backup-manager.php run: php artisan db:backup --database=mysql --destination=dropbox --destinationPath=project --timestamp="d-m-Y" --compression=gzip

it seems working: Dumping database and uploading... Successfully dumped mysql, compressed with gzip and store it to dropbox at project03-07-2020

but no file at app project.

Where is the fail?

carlituxman avatar Jul 03 '20 09:07 carlituxman

I'm sorry, I don't know the answer to that. If you do a dive in and figure it out let me know. If it's something that can be fixed in our code base then that'd be good information to have.

It's possible that this belongs in the backup-manager/backup-manager repository. But I'm not certain.

ShawnMcCool avatar Jul 03 '20 10:07 ShawnMcCool