Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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:
You can also change the schedule of this backup using Confluence's scheduled jobs feature.
You need to have System Administrator permissions in order to configure these options.
The information on this page does not apply to Confluence Cloud.
Confluence バックアップを設定する手順
You can disable Confluence backups through the scheduled jobs feature.
上記のスクリーンショット: バックアップ設定の編集
既定では、Confluence 管理コンソールからバックアップパスを指定することはできません。 このフィーチャーはセキュリティ上の理由で、既定では無効化されています。管理者は、以下に説明するように、関連する設定プロパティを更新することによって、この機能を復元できます。しかし、本番環境ではこの機能をオフにすることを推奨します。本番環境については、「本番環境のバックアップ ストラテジー」を参照してください。
設定オプションの有効化手順
confluence.cfg.xml
file found in the Confluence Home and other important directories.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>
上記の設定プロパティの値が 'true' の場合、Confluence 管理コンソールからバックアップパスを指定できます。このプロパティの値が 'false' の場合、またはプロパティが設定ファイルに存在しない場合、 バックアップパスは設定できません。
タイムゾーンは Confluence が稼働しているサーバーから取得されます。
サーバーに従って時間を確認するには、以下を実行します。
大規模な Confluence サイトの場合、または自動バックアップで問題が生じている場合は、本番環境のバックアップ ストラテジーを採用することを検討します。