手動でサイトをバックアップする
Confluence は、自動的にデータを XML zip ファイルとしてバックアップするように設定されています。このバックアップは、管理コンソールから手動でも実行できます。
You need to have System Administrator permissions in order to perform this function.
注意:
- Atlassian recommends that you follow the Production backup strategy if your Confluence site is large or you are encountering problems with your automated backup.
- プラグインは XML バックアップに含まれていません。新しい Confluence サイトにバックアップをインポートしたあと、Confluence にバンドルされていないプラグイン (アドオン) をすべて再インストールする必要があります。(plugindata テーブルは手動バックアップではバックアップされません。)
Creating the site backup
To manually back up your site:
- Choose the cog icon , then choose General Configuration under Confluence Administration
- Choose Backup & Restore in the left-hand panel.
- バックアップ フォルダーにアーカイブを選択して Confluence の backupsと同じフォルダーにバックアップのコピーを保存します。
バックアップをアーカイブしない場合、ファイルをダウンロードすることも可能ですが、24 時間後にサーバーから削除されます。 - 添付ファイルのバックアップ を選択し、添付ファイルをバックアップに含めます。
- バックアップを選択します。
この処理には数分かかります。
バックアップファイルの取得
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.
Enabling the download of the backup file via the administration console
既定では、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.
管理コンソールからのバックアップファイルのダウンロードを有効化する手順
- Edit the
confluence.cfg.xml
file found in the Confluence Home and other important directories. - Set the value of property
admin.ui.allow.manual.backup.download
to 'true
' (without the quotation marks). - Confluence を再起動します。
上記の設定プロパティの値が '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
.