backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.
MIT License
655 stars 149 forks source link

dropbox not working #129

Open carlituxman opened 4 years ago

carlituxman commented 4 years ago

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?

ShawnMcCool commented 4 years ago

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.