Replies: 1 comment
-
After some more trial and error on my test machine, I just tried removing all the media (as a test; in production I require this media to be included in the backup) and with a backup size of ~10MB, it actually worked as expected, which makes me wonder if something is silently timing out during the upload of the larger file. |
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
-
Ok I've probably just messed up a setting, but I'm trying to get laravel-backup setup with Spatie's flysystem-dropbox filesystem adapter and I can't seem to get it to actually write data.
When I run
backup:run
I get this:Starting backup... Dumping database fortunavista... Determining files to backup... Zipping 3029 files and directories... Created zip containing 3029 files and directories. Size is 279.72 MB Copying zip to disk named dropbox... Successfully copied zip to disk named dropbox. Backup completed!
but the email confirmation I receive after it completes (which incidentally takes about the amount of time it should take to upload that amount of data) says:
which is confirmed when I look in the folder for the DropBox "App" I created; there are no files there.
Here is my
backup.php
in case it helps:Can anyone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions