Confluence は、自動的にデータを XML zip ファイルとしてバックアップするように設定されています。このバックアップは、管理コンソールから手動でも実行できます。
You need to have System Administrator permissions in order to perform this function.
注意:
To manually back up your site:
Confluence stores the backup as a zipped XML file in the 'backups' directory under the Confluence Home directory on your Confluence server. To find your Confluence Home directory, see the documentation. You will need access to the Confluence server in order to retrieve this file.
既定では、Confluence 管理コンソールを介してバックアップを取得することはできません。このフィーチャーは、セキュリティ上の理由で無効化されています。
Administrators can enable this functionality by updating the relevant configuration property as described below. If this functionality is enabled, Confluence will prompt you to download the backup file when the backup process finished. However, we recommend that you turn the feature off in production environments.
管理コンソールからのバックアップファイルのダウンロードを有効化する手順
confluence.cfg.xml file found in the Confluence Home and other important directories.admin.ui.allow.manual.backup.download to 'true' (without the quotation marks).上記の設定プロパティの値が 'true' の場合、Confluence 管理コンソールを介してサイトのバックアップを手動で実行した後、バックアップファイルをダウンロードできます。このプロパティの値が 'false' またはプロパティが設定ファイルに存在しない場合、 Confluence サーバーのファイルシステムからバックアップファイルを取得する必要があります。既定では、値は 'false' です。
If you experience timeout errors, please consider bypassing Apache and creating the export directly from Tomcat. This will speed up the process and prevent timeouts. For example, your URL might be something like http://<domain>.com. To bypass this and access Tomcat directly, use this URL: http://localhost:8080/confluence/admin/backup.action.