Confluence backs up your data regularly into a zipped XML file. By default, this backup is performed at 2.00 a.m. each day and the backup files are stored in the backups folder under the Confluence Home directory. The default naming convention for the backup files is 'backup-yyyy_MM_dd'. Confluence can write backups to both local and mapped network drives.

From the Backup Administration section of Confluence's administration console, you can:

  • 添付ファイルをバックアップに含めるまたは除外する。
  • Configure a different path to store backup files. (By default, this option is not available. See below for information about enabling the configuration option.)
  • ファイルに使用されている命名形式を変更する。

(tick) You can also change the schedule of this backup using Confluence's scheduled jobs feature.

(info) You need to have System Administrator permissions in order to configure these options.

On this page:

関連ページ

Confluence バックアップの設定

Confluence バックアップを設定する手順

  1. '設定' セクションで 'バックアップの管理' をクリックします。
  2. 'バックアップの管理' 画面で '編集' ボタンをクリックします。
  3. これで、以下を実行できます。
  4. 変更を '保存' します。

(tick) You can disable Confluence backups through the scheduled jobs feature.

上記のスクリーンショット: バックアップ設定の編集

バックアップパス設定の有効化

By default, it is not possible to specify a backup path via the Confluence Administration Console. This feature is disabled by default for security reasons. Administrators can restore this functionality by updating the relevant configuration property as described below. However, we recommend that you turn the feature off in production environments. For production environments, please review our Production Backup Strategy.

設定オプションの有効化手順

  1. Edit the confluence.cfg.xml file found in the Confluence Home Directory.
  2. Set the value of property admin.ui.allow.daily.backup.custom.location to 'true' (without the quotation marks).

    <property name="admin.ui.allow.daily.backup.custom.location">true</property>
  3. Confluence を再起動します。

上記の設定プロパティの値が 'true' の場合、Confluence 管理コンソールからバックアップパスを指定できます。このプロパティの値が 'false' の場合、またはプロパティが設定ファイルに存在しない場合、 バックアップパスは設定できません。

注意

時間は Confluence サーバーに基づきます。

タイムゾーンは Confluence が稼働しているサーバーから取得されます。

サーバーに従って時間を確認するには、以下を実行します。

  1. 左側のパネルで 'システム情報' をクリックし、'システム時刻' を表示します。

大規模な Confluence サイトのバックアップ ストラテジー

Consider using the production backup strategy if your Confluence site is large or you are encountering problems with your automated backup.