データバックアップ用のコンテンツ アノニマイザー

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

アトラシアンでは、データベースの破損の診断や、Confluence のバグのトラブルシューティングのために、エクスポートされた zip ファイル (バックアップ ファイル) から取得できる entities.xml ファイルのコピーを依頼する場合があります。

If your data is confidential, you can run an anonymiser program over your entities.xml file to remove all your data and leaving only the structure of the export.

用途

To run the Content Anonymiser on your backup file:

  1. Download the anonymiser JAR (attached to this page).
  2. zip 化されたバックアップ ファイルから entities.xml ファイルを JAR と同じディレクトリに展開します。
  3. コマンド プロンプトを使用し、3つのファイルがあるディレクトリに移動します。
  4. cleaned.xml を作成するには、以下のコマンドを実行します。

    java -jar confluence-export-cleaner-1.1-jar-with-dependencies.jar entities.xml cleaned.xml
    
  5. 元の entities.xml ファイルを別の場所に移動し、cleaned.xml の名前を entities.xml に変更します。

  6. exportDescriptor.properties を持つ新しい entities.xml を再度 zip 化し、アトラシアン サポートが、XML バックアップのエクスポート元の Confluence バージョンを確認できるようにします。

動作の仕組み

The Content Anonymiser replaces all text content in file entities.xml with 'x' characters. For example, the word "Atlassian" will be transformed to "xxxxxxxxx". The resulting cleaned.xml file is expected to have the same size as the original file.

This release of the Content Anonymiser uses STX, a fast and efficient XML transformation technology. It should not require a lot of memory to run, even for a large backup.

最終更新日: 2016 年 2 月 24 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.