Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    In the log, it says:

    0019.602 (0) Binary zip: error (code: 9 – look it up in the Diagnostics section of the zip manual at http://www.info-zip.org/mans/zip.html for interpretation… and also check that your hosting account quota is not full)

    That URL says that error code 9 means:

    9 – the user aborted zip prematurely with control-C (or similar)

    So, someone killed the zip process – either manually, or perhaps there is something automated on your server that does that.

    If you’re not sure how to prevent that, then switch to a different zip engine by adding this to your wp-config.php:

    define(‘UPDRAFTPLUS_NO_BINZIP’, true);

    Best wishes,
    David

    Thread Starter Schelli

    (@schelli)

    Hi David,

    thanks a lot for your help!

    I tried again, without pressing any key … just to be sure, that I didn’t kill anything manually last time. Good for me, not so good for the backup: same result than last time.

    After I added your code snippet to my wp-config.php, everything works fine!

    That means: Thanks – Topic resolved:)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘zip-error during backup’ is closed to new replies.