shirleee
Forum Replies Created
-
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No Back up on Google DriveI’m afraid the author has somewhat abandoned this plugin. In another thread he stated that the migration to Google’s new Drive API was (somewhere towards the bottom) of his todo list, so maybe this issue we are having, which is probably related to the deprecated Google Docs API, isn’t worthwhile fixing.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No Back up on Google DriveDo you get the following error message in your log file after a while?
ERROR Received response code ‘400 Bad Request’ while trying to upload a file chunk.
Also, can you please try a manual backup by clicking the “Back up now” button. Do you see the orange progress bar? At what point does the backup fail?
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!Seems like sebp99 and myself are lost here with noone able to help us resolve this issue.
Anyone?
These are the exact same symptoms that I’ve described here: http://wordpress.org/support/topic/no-backups-since-update?replies=18
Since the old thread has become quite cluttered, I’m joining in here. Let’s hope there’s a solution! I’ve been without Google Drive mirrored backups for weeks now.
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!Received response code ‘400 Bad Request’ while trying to upload a file chunk.
95% of the time this is because of a problem on with your connection being too slow and timing out.Thanks for your suggestion. Reducing the chunk size didn’t help, and honestly, I don’t think my connection is the problem here. In the log entries below you see that backups run smoothly and transfer rather fast to my Google Drive. However, the last chunk seems to break the transmission. This is 100% repeatable and happens for whatever parameter settings (chunk sizes, timeouts, etc.).
Another thing that’s bugging me and that might be related is that Backup doesn’t respect the number of backups to keep locally. I’ve chosen 10, but older backups persist.
2012-09-25 13:11:43 NOTICE Environment: Backup 2.2; WordPress 3.4.2; PHP 5.3.2-1ubuntu4.17; SAPI apache2handler; OS Linux; ZIP 1.9.1; CURL 7.19.7; Time limit 60s; Memory limit 256M 2012-09-25 13:11:43 NOTICE Attempting to dump database. 2012-09-25 13:11:44 NOTICE The database dump was completed successfully in 0,324 seconds. 2012-09-25 13:11:44 NOTICE Attempting to create archive 'XXXXXXXXX-xxxxxx.zip'. 2012-09-25 13:11:47 NOTICE Successfully archived 1.538 files in 3,674 seconds. Archive file size is 30,98 MB. 2012-09-25 13:11:48 NOTICE Attempting to upload archive to Google Drive. 2012-09-25 13:11:48 NOTICE Uploading file with title 'XXXXXXXXX (xxxxxx)'. 2012-09-25 13:13:05 ERROR Received response code '400 Bad Request' while trying to upload a file chunk. 2012-09-25 13:13:05 WARNING The upload process timed out but can be resumed. Managed to upload 98.45% of the file. The upload speed was 412 kB/s.Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!No clue?
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!If it’s any help, I got plenty of these in the debug.log:
PHP Notice: Undefined index: status in /crypt/srv/www/htdocs/xxxx/wp-content/plugins/backup/backup.php on line 1410
… and a couple of those:
PHP Notice: Undefined variable: text_domain in /crypt/srv/www/htdocs/xxxx/wp-content/plugins/backup/backup.php on line 1221
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!Hi,
I hate to keep bothering you, but I’m not quite there yet. Backups are created sucessfully on my server now, but the upload to Google Drive fails.
I’m getting aReceived response code ‘400 Bad Request’ while trying to upload a file chunk.
This consistenly happens when the very last chunk is being uploaded (according to the progress bar). I’ve played around with the chunk size settings and timeouts, and I’ve revoked/re-authenticated towards Google several times. None of that has resolved the problem.
I also tried all the transport options one by one. That has had no effect either, except that upload speed is extremely slow without curl enabled.Any suggestions?
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!You were right, of course, there is a PHP error in the log that had slipped my attention.
PHP was complaining about a missing function called “curl_version()”, even though I had curl disabled in the “Enabled transports” settings.
Installing the curl extension fixed the problem. But you might want to make the call to “curl_version()” dependent on the state of the curl checkebox.
Thanks for your assistance!
Forum: Plugins
In reply to: [JetBackup - Backup, Restore & Migrate] No backups since update!… it should of course say v2.1.3 instead of v2.31.
All good now!
There was a subfolder somewhere inside wp-content/themes without read access for everyone.
That seems to have bothered Backup.After chmodding that particular folder, everything backs up fine now.
Nope, no relevant PHP error messages.
* Ubuntu 10.04
* PHP 5.3.2-1ubuntu4.17
* zip extension is loaded.I appreciate your help. Thanks.
I’ve experimented a little, and here’s what happens. The ZIP file isn’t created unless “Database” is checked in the settings. If it is, only dump.sql is archived.
The following backup attempts led to the attached bakup.log.
1) DB+Content (10:36:35) -> ZIP file contains dump.sql only
2) Content (10:55:45) -> ZIP file is not even created
3) WordPress (10:56:50) -> ZIP file is not even created
4) DB+WordPress (11:01:34) -> ZIP file contains dump.sql only.backup.log:
2012-06-30 10:36:35 NOTICE Attempting to dump database to '/crypt/srv/www/htdocs/******/wp-content/backup/dump.sql'. 2012-06-30 10:36:35 NOTICE The database dump was completed successfully in 0.65 seconds. 2012-06-30 10:36:35 NOTICE Attempting to create archive '/crypt/srv/www/htdocs/******/wp-content/backup/1341056194.zip'. 2012-06-30 10:36:35 NOTICE Archive created successfully in 0.17 seconds. Archive file size is 195 kB. 2012-06-30 10:36:36 NOTICE Attempting to upload archive to Google Drive. 2012-06-30 10:48:37 NOTICE Archive 1341056194.zip uploaded to Google Drive in 241.08 seconds at an upload speed of /s. 2012-06-30 10:52:38 NOTICE Backup process completed in 963.32 seconds. Initial PHP memory usage was 32.5 MB and the backup process used another 8.5 MB of RAM. 2012-06-30 10:55:45 NOTICE Attempting to create archive '/crypt/srv/www/htdocs/******/wp-content/backup/1341057345.zip'. 2012-06-30 10:55:45 NOTICE Archive created successfully in 0.01 seconds. Archive file size is . 2012-06-30 10:55:46 NOTICE Attempting to upload archive to Google Drive. 2012-06-30 10:55:46 ERROR The path '/crypt/srv/www/htdocs/******/wp-content/backup/1341057345.zip' does not point to a readable file. (not_file) 2012-06-30 10:55:46 NOTICE Backup process completed in 0.23 seconds. Initial PHP memory usage was 32.5 MB and the backup process used another 0 MB of RAM. 2012-06-30 10:56:50 NOTICE Attempting to create archive '/crypt/srv/www/htdocs/******/wp-content/backup/1341057410.zip'. 2012-06-30 10:56:50 NOTICE Archive created successfully in 0.18 seconds. Archive file size is . 2012-06-30 10:56:50 NOTICE Attempting to upload archive to Google Drive. 2012-06-30 10:56:50 ERROR The path '/crypt/srv/www/htdocs/******/wp-content/backup/1341057410.zip' does not point to a readable file. (not_file) 2012-06-30 10:56:50 NOTICE Backup process completed in 0.31 seconds. Initial PHP memory usage was 32.5 MB and the backup process used another 0.5 MB of RAM. 2012-06-30 11:01:34 NOTICE Attempting to dump database to '/crypt/srv/www/htdocs/******/wp-content/backup/dump.sql'. 2012-06-30 11:01:34 NOTICE The database dump was completed successfully in 0.12 seconds. 2012-06-30 11:01:34 NOTICE Attempting to create archive '/crypt/srv/www/htdocs/******/wp-content/backup/1341057694.zip'. 2012-06-30 11:01:34 NOTICE Archive created successfully in 0.14 seconds. Archive file size is 195 kB. 2012-06-30 11:01:34 NOTICE Attempting to upload archive to Google Drive. 2012-06-30 11:13:36 NOTICE Archive 1341057694.zip uploaded to Google Drive in 241.37 seconds at an upload speed of /s. 2012-06-30 11:17:37 NOTICE Backup process completed in 962.7 seconds. Initial PHP memory usage was 32.5 MB and the backup process used another 8.5 MB of RAM.It seems as if zipping my WP folders fails silently. All the the folders are readable though, and there are no space or quota issues.
As to my setup, I’m using WP 3.4 and Backup 2.0.1, all the folders (wp-content, etc.) are in the standard WP hierarchy.
I’m facing the exact opposite problem.
ONLY the dump.sql is backed up (as long as it’s checked in the settings). All other files are omitted, regardless of whether they’re checked or not.
Any suggestions?