• Resolved SuperTOBi

    (@supertobi)


    Hello Liuta,

    first of all I want to thank you for all your work about coding this plugin!

    I tried some other backup-tools and had different issues. Your code seems to be pretty effective and “server-friendliy”. So I don’t have issues within the backup process – though my website beeing 6GB of data.

    But there is one problem for me: I guess, the upload process to copy files to a cloud service stops with a time out (it says “error Internal Server Error).

    I tried to figure out a soloution:
    1) DropBox and Google Drive have identical upload results.
    2) About 550MB of data can be transfered. It doesn’t matter if the data volume is separated in a bunch of smaller files or a single 500MB file.

    So my question would be:
    Would it be possible to integrate a feature to upload files separately to the cloud service?
    I guess a restart of the upload process would prevent a “PHP_Max_Exectuion_timeout”?

    Meanwhile I’m saving the files to my local PC to upload them in a second step.

    Thanks again for your time!

    Best regards,

    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Tobias, have you tried setting up a cron scheduler through the server using the php CLI command? That usually helps with the upload timeouts. And yes, increasing the max execution time would help, but there are also server side parameters which you need to check with your hosting support to ser if they can be adjusted.

    Thread Starter SuperTOBi

    (@supertobi)

    Hello Liuta,

    thanks a lot for your fast reply and support!

    My website is located at a shared server. I am able only to set one single CLI cron job. To be honest, I have to learn first how to configure it to upload files via script seperately step by step from a local server folder to the cloud (google drive).

    If I should figure it out, I will post a solution here for ppl with the same problem.

    Kind regards,

    Tobi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Seperate Upload to Cloud Services ?’ is closed to new replies.