1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

ForumBackup 自动备份 1.2.01

自动备份论坛文件及数据库

  1. 版本更新

    admin
    - Fixed issue of cron tasks being rewritten when addon is updated.
    This fix includes removing the addons original cron tasks, and replacing them with cron tasks assigned to an unassigned addon. This way,
    the cron tasks won't be removed and recreated when the addon is updated. The new cron tasks are removed when the addon is uninstalled.
  2. 版本更新

    admin
    - Allow the addon's "inactive board message" to function like the default XenForo "inactive board message". It now supports same tags as the default.
    - If no custom "inactive board message" is entered, it will default to use the default inactive board message.
    - Added the board title to the "From" name on the email that is generated when the backup has completed.
  3. 版本更新

    admin
    - Fix a bug where code backups didn't honor how many backup copies to keep
    - Add additional debug comments to help identify problems with file creation.
  4. 版本更新

    admin
    • Added option for code backups to exclude specific items relative to the forum root.
    • Added support for the ForumBackup DropBox add-on
  5. 版本更新

    admin
    - Fixed issue with database passwords with special characters generating empty backups.
    - Added asserts for the exec() php function prior to doing any backups. This is done at installation time, but on a host/server change, this check wasn't being done.