Online Backup
Forum Replies Created
-
Has the warning gone now?
Ill check things in code and in a test to see if I can find out what happened.
Did you use “Network Activate”?
I think this duplicates your other topic if you want to continue in that one instead?
Hi webby,
Can you access other admin pages OK?
Is this within Network Admin yes? Or are you accessing the admin page through normal admin?Jason
Ok. Do you know what did not work with the local? Just want to check it is not something we can improve upon!
Ok. Was there a problem with the backup from the plugin? Anything we need to look at?
Hi webby,
It works fine as a network plugin give it a go. The interface will be accessible from the network admin only.
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Unable to download encrypted backupsOk toggery we can look at the topic you raised
Forum: Plugins
In reply to: [Online Backup for WordPress] the scheduled backup are not runningHi,
Too big to send by email as it says. Even if it could send it it would not arrive at the mailbox – 75MB is far too big. Email you are usually looking at 25MB max.
So this a limitation of email more than a problem.
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] How do I restore a site from a backup?It is something I’m working on getting done but there are a few topics that can help:
http://ww.wp.xz.cn/support/topic/plugin-online-backup-for-wordpress-restoring-database-from-backupI’m aiming for a really simple but detailed guide and also automating the process but not yet completed it.
Hi toggery,
What do you mean end up with garbage. Do you get a Database folder and a Filesystem folder?
Looks like the site is up did you get help?Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] How do I restore a site from a backup?Hi,
You may not need to restore. Please try this:
http://ww.wp.xz.cn/support/topic/upgrade-error-cannot-redeclare-wp_convert_bytes_to_hr?replies=1Just involves manually uploading the 3.6 files except the wp-config-sample and wp-content.
Failing that just upload the files from the Filesystem part of the backup.
Regards,
Jason
Hi,
Please raise a new topic and don’t post in here. Thanks.
You’re issue will usually be related to web space which is something we can’t detect. I’m looking at improving the message to mention this. Can you check that you have enough available web space for the backup? If you are using 70MB of 100MB of your web space (with 30MB free) and you only use WordPress you will likely encounter this problem. We will need potentially another 70MB free to create the backup data file (it will compress, usually to 25% on average, but it’s not guarantee-able.)
If you need to response, please raise a new topic.
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Special chars in filenamesHi Thierry,
I will test this. Are you uploading using FileZilla?
The ZIP file we generate contains valid UTF-8 and is 100% to the standard, so your filenames will be in tact.
When you extract, 7-Zip should follow the spec 100% and I believe it does, and it will transcode those UTF-8 names into UTF-16 names (Windows is mainly UTF-16) and store them on the computer. This is why your filenames show correctly in Windows now.
The next thing is the transfer to the server. The software doing the transfer should know that Windows is a UTF-16 filesystem, and if the remote FTP server supports UTF-8 it should transcode the UTF-16 back to UTF-8 and then transfer. The remote FTP server will then transcode the filename to whatever the local filesystem supports (if it is Windows it will transcode back to UTF-16 – for most Linux servers it will simply store as UTF-8.)
This maintains the filename throughout. I suspect the issue is during your transfer back to the server, the transcoding is not happening properly, or the FTP client is Unicode-dumb and is asking Windows for ASCII filenames (thus the scrambled letters) and then converting THOSE to UTF-8 for transfer (or simply transferring those ASCII.)
Let us know your FTP client you use to transfer and I can do some testing. I doubt there is anything we can do on the plugin side to fix it but at least I’ll be able to advise people to avoid any specific broken FTP clients when working with Unicode.
Regards,
Jason
Forum: Plugins
In reply to: [Online Backup for WordPress] Unable to download encrypted backupsI don’t have the problem here . I think it is host specific or something in your WordPress like a security plugin, but if none are installed must be host specific.
All I can suggest is ask your host why the download URL comes up 404 even though the file exists! If you find out why you can let me know and maybe I can compensate.
Forum: Plugins
In reply to: [Online Backup for WordPress] Unable to download encrypted backupsDo you have any security plugins installed? I wonder if one doesn’t like our ENC file downloads.