• Each backup attempt – auto or manual – is failing and I’m not sure why. The fail message says “no error message was logged.” Here’s the complete log entry:

    Activity ID: 834
    Activity Type: Manual Backup
    Settings: Sent to Online Vault

    Completion: Failed

    Backup Size: 0 B (0 files)
    Total Size: 0 B (0 files)

    Start Time: 22nd Dec 2012 11.15.32 AM
    End Time: 22nd Dec 2012 11.30.46 AM
    Time Type Event
    Time Type Event
    22nd Dec 2012 11.30.46 AM Error The backup failed: A filesystem operation failed.
    22nd Dec 2012 11.30.46 AM Error A filesystem operation failed while processing ‘Filesystem/home/content/39/9080339/html/wp-content/uploads/2012/12/2012-12-05-60-min-RSI-0809.png’ (320456) for backup.
    If the following error message is not clear as to the problem and the issue persists, please contact support providing the complete event log for the activity. Diagnostic information follows:

    Failed at: 1160(/home/content/39/9080339/html/wp-content/plugins/wponlinebackup/include/files.php)
    Attempt to write to file /home/content/39/9080339/html/wp-content/plugins/wponlinebackup/tmp/backup.data.php only partially succeeded. Only 70384 of 311296 bytes were written. (2147413216 bytes already written.) PHP last error: No error message was logged.
    22nd Dec 2012 11.16.44 AM Information File system scan completed.
    22nd Dec 2012 11.16.44 AM Information Folder /tmp was excluded. (Temporary directory for compression)
    22nd Dec 2012 11.16.37 AM Information Folder /html/wp-content/plugins/wponlinebackup/tmp was excluded. (Online Backup for WordPress temporary backup directory)
    22nd Dec 2012 11.16.06 AM Information Symbolic link /html/stats/logs was skipped. (Symbolic links are not currently supported.)
    22nd Dec 2012 11.16.06 AM Information Folder /tmp was excluded. (Temporary directory for compression)
    22nd Dec 2012 11.16.04 AM Information Database backup completed.
    22nd Dec 2012 11.15.46 AM Information Ignoring comments that are marked as spam.
    22nd Dec 2012 11.15.46 AM Information Ignoring comments in the trash.
    22nd Dec 2012 11.15.36 AM Information Initialisation completed.
    22nd Dec 2012 11.15.36 AM Warning Table ‘dap_users_credits’ has no PRIMARY or UNIQUE key! Backup of this table may be inconsistent; some rows could get missed. See FAQ for more information.
    22nd Dec 2012 11.15.36 AM Warning Table ‘dap_cart’ has no PRIMARY or UNIQUE key! Backup of this table may be inconsistent; some rows could get missed. See FAQ for more information.
    22nd Dec 2012 11.15.36 AM Warning Table ‘dap_blob’ has no PRIMARY or UNIQUE key! Backup of this table may be inconsistent; some rows could get missed. See FAQ for more information.
    22nd Dec 2012 11.15.36 AM Information Backup starting…

    http://wordpress.org/extend/plugins/wponlinebackup/

Viewing 1 replies (of 1 total)
  • Plugin Author Online Backup

    (@driskell)

    Hi,

    This is the symptom:
    Only 70384 of 311296 bytes were written. (2147413216 bytes already written.)

    I am guessing that the cause is the backup file is too big for the server’s filesystem, some filesystems have a 2GB file size limit and this has just breached that, failing the write. In fact, even if the backup worked, if it was over 2GB it wouldn’t be readable due to way ZIP works.

    If we take the already written and add on the 70384 that was just written, then divide by 1024 three times, we get 1.99999996 GB. Pretty much 2GB.

    We are going to improve the error messages in time to hint towards this, and prevent it going over 2GB so as to prevent the unreadable ZIP files (or maybe use new ZIP format to allow bigger sizes but that’s a bit more work to do). But best thing to do is to reduce the backup size by excluding some data on the General Settings screen.

    Regards,

    Jason

Viewing 1 replies (of 1 total)
  • The topic ‘Backups Failing – No Reason Given’ is closed to new replies.