Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Confluence は、自動的にデータを XML zip ファイルとしてバックアップするように設定されています。このバックアップは、管理コンソールから手動でも実行できます。
この機能を実行するには システム管理者 権限が必要です。
注意:
To manually back up your site:
The information on this page does not apply to Confluence Cloud.
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.