• Resolved Brandon Olivares

    (@cocreation)


    Hello,

    I just installed the plugin and tried to run a backup. I get some weird messages. My folder is only 1.2 GB, confirmed by running du -hs on it. And the debug logs tell me once that it is 1 GB, and then tell me it is 2 GB.

    Here are the logs. I’m sorry for how verbose they are but I don’t want to miss anything.

    [2017/02/04 10:01:45] Scheduled ASAP backup in 60 seconds.
    [2017/02/04 10:02:50] Beginning Backup
    [2017/02/04 10:02:50] ZipArchive found and will be used for backups.
    [2017/02/04 10:02:50] Calculating backup size...
    [2017/02/04 10:02:50] 1 GB of diskspace will be processed.
    [2017/02/04 10:02:50] 9763 files added to backup list.
    [2017/02/04 10:02:50] wp-config.php added to backup list.
    [2017/02/04 10:02:50] A copy of .htaccess has been added to backup list.
    [2017/02/04 10:02:50] SQL file created: /home/[username]/[domain]/wp-content/upgrade/980cdf3c03d838e25798cfc9bdf9bf0f-dreamobjects-backup.sql (18 MB) ...
    [2017/02/04 10:02:50] SQL added to backup list.
    [2017/02/04 10:02:50] Creating zip file using ZipArchive.
    [2017/02/04 10:02:50] NOTICE: If the log stops here, PHP failed to create a zip of your wp-content folder. Please consider increasing the server's PHP memory, RAM, or CPU.
    [2017/02/04 10:04:03] Beginning Backup
    [2017/02/04 10:04:03] ZipArchive found and will be used for backups.
    [2017/02/04 10:04:03] Calculating backup size...
    [2017/02/04 10:04:03] 2 GB of diskspace will be processed.
    [2017/02/04 10:04:03] ERROR! PHP is unable to backup your wp-content folder. Please consider cleaning out unused files (like plugins and themes).
    [2017/02/04 10:04:03] wp-config.php added to backup list.
    [2017/02/04 10:04:03] A copy of .htaccess has been added to backup list.
    [2017/02/04 10:04:03] Leftover SQL file found, deleting /home/[username]/[domain]/wp-content/upgrade/980cdf3c03d838e25798cfc9bdf9bf0f-dreamobjects-backup.sql ...
    [2017/02/04 10:04:03] SQL file created: /home/[username]/[domain]/wp-content/upgrade/2b56a763155ba3b2a337ed378bd2f29f-dreamobjects-backup.sql (18 MB) ...
    [2017/02/04 10:04:03] SQL added to backup list.
    [2017/02/04 10:04:03] Creating zip file using ZipArchive.
    [2017/02/04 10:04:03] NOTICE: If the log stops here, PHP failed to create a zip of your wp-content folder. Please consider increasing the server's PHP memory, RAM, or CPU.
    [2017/02/04 10:04:05] Calculating zip file size ...
    [2017/02/04 10:04:05] Zip file created: www.[domain]/2017-02-04-220403.zip (4 MB) ...
    [2017/02/04 10:04:05] Deleting SQL file: /home/[username]/[domain]/wp-content/upgrade/2b56a763155ba3b2a337ed378bd2f29f-dreamobjects-backup.sql
    [2017/02/04 10:04:05] Beginning upload to DreamObjects servers.
    [2017/02/04 10:04:05] File size is under 100megs. This will be less spammy.
    [2017/02/04 10:04:07] SUCCESS: Upload to the cloud complete!
    [2017/02/04 10:04:07] Deleting zip file: /home/[username]/[domain]/wp-content/upgrade/2b56a763155ba3b2a337ed378bd2f29f-dreamobject-backup.zip
    [2017/02/04 10:04:07] Checking for backups to be deleted from the cloud.
    [2017/02/04 10:04:07] Backup Complete.
    [2017/02/04 10:04:07] 
    [2017/02/04 10:04:09] Zip file failed to generate. Nothing will be backed up.
    [2017/02/04 10:04:09] FAILURE: Nothing to upload.
    [2017/02/04 10:04:09] Checking for backups to be deleted from the cloud.
    [2017/02/04 10:04:10] Backup Complete.
    [2017/02/04 10:04:10] 
    

    Sorry if I don’t format this right.

    Anyway, it seems like it tries to backup my wp-content folder, and only ends up adding like 4 MB. Then it says it can’t generate the backup. Very confused.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The error is right here:

    [2017/02/04 10:04:03] 2 GB of diskspace will be processed.
    [2017/02/04 10:04:03] ERROR! PHP is unable to backup your wp-content folder. Please consider cleaning out unused files (like plugins and themes).

    It’s not backing up your DB or your files because they’re too large.

    But that’s happening because of this:

    [2017/02/04 10:02:50] NOTICE: If the log stops here, PHP failed to create a zip of your wp-content folder. Please consider increasing the server’s PHP memory, RAM, or CPU.

    It shouldn’t be trying twice, but it is within two minutes, so something is causing it to fail.

    If you have a Gig of data and you’re on a shared server, that would make sense :/ That’s a lot of work for a poor small server.

    Thread Starter Brandon Olivares

    (@cocreation)

    No, I’m actually on DreamPress. So what can I do to get it to work?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Odd Error with Backing Up’ is closed to new replies.