开发者 | GregRoss |
---|---|
更新时间 | 2024年10月10日 08:18 |
PHP版本: | 2.9 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
This could be many things, but the most likely issue is your site is taking a long time to backup and the web server or PHP are timing out. Make sure both have high enough time-out options set to let the backup complete.
CYAN Backup uses a status file to tell if a backup is running or not, if this file hasn't been deleted after a backup is complete you won't be able to run another backup for 30 minutes. If you wish to force the deletion of the file, go in to Options and check the "Clear active backup status" and save the settings. This will force the deletion of the file.
The progress bar uses AJAX requests to the site to get the status, the backup process is pretty resource intensive, if your host cannot respond to the AJAX calls while the backup is running then you won't see the progress bar move until it does.
There are a few things to check, make sure the user name and password are correct. Make sure the host name is correct and resolvable from your web server. Make sure the user has write access to your destination path. Also the remote server MUST be on the same class 'C' subnet as your web server. FTP is insecure and you should not be sending files outside of the network you control. Honestly, you shouldn't even be doing then ;)