• Hi, new owner of a pCloud plan I tried a backup onto my cloud space, here’s what the debug display shows:

    start_backup at: 2022-12-01 15:13:41
    2022-12-01 15:13:41 [mem: 157.15MB/-1] - Memory limits: 256M / -1
    2022-12-01 15:13:41 [mem: 157.26MB/-1] - Database backup will start now!
    2022-12-01 15:13:41 [mem: 157.26MB/-1] - db_backup->start()
    2022-12-01 15:13:45 [mem: 158.45MB/-1] - db_backup->start() - process succeeded!
    2022-12-01 15:13:45 [mem: 157.44MB/-1] - Database backup - ready!
    2022-12-01 15:13:45 [mem: 157.44MB/-1] - File backup will start now!
    2022-12-01 15:13:45 [mem: 157.44MB/-1] - All temporary files - cleared!
    2022-12-01 15:13:45 [mem: 157.45MB/-1] - Creating a list of files to be compressed!
    2022-12-01 15:13:45 [mem: 164.41MB/-1] - The List of all files is ready and will be sent for compression!
    2022-12-01 15:13:45 [mem: 164.41MB/-1] - Start creating ZIP archive!
    2022-12-01 15:13:45 [mem: 164.41MB/-1] - Attempt [ 1 ] to create the ZIP archive!
    2022-12-01 15:13:45 [mem: 164.41MB/-1] - ZIP state - opened!
    2022-12-01 15:13:46 [mem: 164.41MB/-1] - ZIP entries added [ 34504 ]
    2022-12-01 15:13:46 [mem: 164.41MB/-1] - ZIP DB file - added!
    2022-12-01 15:13:46 [mem: 164.41MB/-1] - ZIP archive - filling-up and closing....................................................................................................
    ....................................................................................................
    ....................................................................................................
    ....................................................................................................
    ....................................................................................................
    .
    2022-12-01 15:47:23 [mem: 157.02MB/-1] - == ERROR == Too many failures ( 501 / 500 ), leaving.. !

    And there is a ‘archive_1669907625.zip.W0qVF4’ file in wp-content/plugins/pcloud-wp-backup/tmp which I guess is the failed zip file?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter manu.p

    (@manup-1)

    Hi, so after two weeks without a single reply, I’m afraid I have to consider this plugin just does not work, and that’s a pity! ??

    Thread Starter manu.p

    (@manup-1)

    Last try. Looking down into the PHP code, I found in class-wp2pcloudfilebackup.php the following lines (341-349):

                    if ( $num_files > 500000 ) {
                            WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 15000 );
                    } elseif ( $num_files > 100000 ) {
                            WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 6000 );
                    } elseif ( $num_files > 40000 ) {
                            WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 2000 );
                    } elseif ( $num_files > 10000 ) {
                            WP2pCloudFuncs::set_storred_val( PCLOUD_MAX_NUM_FAILURES_NAME, 500 );
                    }

    In a first try, I replaced 500 with 2000 for the same result, i.e.

    == ERROR == Too many failures ( 2001 / 2000 ), leaving.. !

    OK then I tried 5000, same song! And then, for a last try: 15 000.

    2022-12-17 12:55:36 [mem: 159.77MB/-1] - == ERROR == Too many failures ( 15001 / 15000 ), leaving.. !

    I’m wondering if it’s not the use of zip the problem, instead of tar gz or bz2 for instance… I’m not a dev, I can’t say.

    But without anyone here participating to the topic, I think I’ll forget it and put my handkerchief on it. ??

    I am having the same issue. My webhost says the plugin is timing out. I have extended execution time in phpini but it still hangs. My smallest website of 56MB uploads to pcloud just fine. Anything larger, no good. I have 20 websites and only 2 are successful in going to pcloud as they are small.

    Thread Starter manu.p

    (@manup-1)

    I’m afraid there’s no one at pCloud to maintain the plugin, but as a last chance, I just opened a ticket on github. Let’s see if pCloud is able to give an answer, otherwise I reckon this plugin should not be proposed to WP admins…

    And for information, I asked the BackWPup team to put pCloud in their roadmap. Maybe if we’re enough to ask them, they’ll up the feature in the todo list. At least, their plugin works for other backup destinations.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘== ERROR == Too many failures ( 501 / 500 ), leaving.. !’ is closed to new replies.