Online Backup
Forum Replies Created
-
Forum: Plugins
In reply to: [Online Backup for WordPress] Error message when extracting backup fileHi Jen,
What version of the plugin did you generate the backup with?
It looks like the file you downloaded didn’t download fully so is not valid. If that is the case using 7zip to attempt a repair is the only thing you can do and even then not all data might be there.
If you have the backup on the server still you can try downloading again tooJason
Forum: Plugins
In reply to: [Online Backup for WordPress] No reason to complete bkp, and NO informationHi,
What is the last message you see in the progress before it says timeout? Is it backing up a file?
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] local backup failing, "unknown reason"Hi katspank,
What is in the event log for the failed backup? What is the last message you see in the progress screen before it says timed out?
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Can't restore my backupHi Mathias,
If plugins and themes there but no posts or pages it’ll be the database not restored.
You’ll need to use phpMyAdmin to drop existing tables and upload the backup file.
This topic may help it has a fair bit of info on recovery:
http://ww.wp.xz.cn/support/topic/plugin-online-backup-for-wordpress-restoring-database-from-backupHope this helps,
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Add .htaccess to /wp-content/backupsHi Internus,
We did previously stream the data through PHP. However, for larger backup files it would reach the 30 second PHP time limit (which on some servers is fixed) and result in a partially downloaded file.
The major issue is most browsers actually report this as a successful download… So unless you double check the EXACT downloaded bytes there is no way to know it didn’t download it all. And of course it’s not something users expect.
So we had to stop using the data stream method because it was far too unreliable, and use this new method instead. An incompletely/corrupt downloaded backup can be quite a big issue.
Regards,
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] password not acceptedHi Owen,
Please go to https://wordpress.backup-technology.com/ and click Trouble Logging In. There is an option to reset password.
Jason.
Forum: Plugins
In reply to: [Online Backup for WordPress] Add .htaccess to /wp-content/backupsHi Internus,
We did previously do this but there was no reliable way to download the backup files without logging into FTP and downloading them that way. So instead the directory should have .htaccess inside it that denies Options -Indexes that stops people browsing the files, and the files now have a random filename that cannot be predicted, preventing any form of direct access.
We could add an option to disable downloading through the plugin so those that wish can lock it down completely. Or password protection would be a better option than all out restriction, so you can provide the password when downloading. However, the latter is something not easy to implement in a cross-platform reliable way.
Jason.
Hi,
Please make sure you have updated to 3.0.2.
Also, can you provide information from Help & Support tab?Thanks,
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Field 'type' doesn't have a default valueHi Lukas,
I’ve found the problem and it will be fixed in the next version which will be released next week.
As a temporary workaround, you can disable “Backup the WordPress parent folder” in General Settings. Also, make sure that if you are using this option you do actually want to backup the folder above WordPress – if you’re not sure always un tick.
Thanks,
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Scheduled Backup executed multiple timesHi Herbert,
I think I’ve worked out the cause of this one and should be able to prevent it. I think WordPress may be triggering the schedule multiple times over a period of 3-4 minutes, and because the backup finishes within a minute it causes it to run again until WordPress flushes the schedule.
I’ll update when I have something ready.
Jason.
Thanks for the update Herbert!
Forum: Plugins
In reply to: [Online Backup for WordPress] Decrypting Local Backup fails 90% of timeThanks for the update!
eona100,
Please raise a new topic and don’t post in here. Thanks.
I will need more information too, such as an event log for one of the failed backups, and the last message it shows on the progress bar before it fails. Please post it in a new topic.Forum: Plugins
In reply to: [Online Backup for WordPress] Another backup is already in progressThanks for the update!
Forum: Plugins
In reply to: [Online Backup for WordPress] Time out error and unknown errorHi tezzuya,
Can you upgrade to 3.0.2 and see if the issue remains?
Thanks