Requirements
- 兼容版本:
- 1.3
- 1.4
- 1.5
- This add-on uses the PHP exec() function to run the mysqldump and tar commands to backup the database and forum directory, respectively. If you are on shared hosting, you may not have access to the exec() function. The installation should fail if this is the case.
- Your server must have the mysqldump and tar commands available. For 95% of XenForo installations, this shouldn't be a problem. You may have to specify the location of mysqldump in the options if the add-on tells you that mysqldump can't be found.
- For larger boards, you may need to have a pretty high PHP max_execution_time. From my testing, it took less than a minute to backup the database and forum root with 200,000+ posts and 3000+ members.
- XenForo 1.3.0 and above, and PHP 5.3+ is required.[/B][/B]
What this add-on does NOT do
- This addon will not work on Windows servers.
- This addon will not allow you to restore from a backup.
- This addon does not provide a user interface to download backups.
- This addon does not have the ability to transfer backups offsite via ftp or other means.
Planned Features
- SSH-FTP support and/or some other transfer process.