bmgr
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
bmgr
は、バージョン 2.2(API レベル 8)以上の Android デバイス上で Backup Manager を操作するためのシェルツールです。このツールにはバックアップと復元の操作を開始するコマンドがあるので、アプリのバックアップ機能をテストするために、データの消去や同様の煩わしい手順を繰り返す必要がなくなります。bmgr
ツールは自動バックアップと Key-Value のバックアップの両方をサポートしています。
注: bmgr restore
は暗号化バックアップには対応していません。
adb シェルからデバイス上で bmgr
コマンドを実行し、そのコマンドの出力を logcat を使って監視します。使用可能なコマンドのリストとその説明を確認するには、引数を指定せずに bmgr
ツールを実行します。バックアップと復元の操作のトリガーについて詳しくは、バックアップと復元をテストするをご覧ください。
アプリにバックアップのサポートを追加する場合、詳細についてはデータのバックアップに関する記事をご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# bmgr\n\n`bmgr` is a shell tool you can use to interact with the Backup Manager on Android\ndevices version 2.2 (API Level 8) or higher. The tool provides commands to initiate backup and\nrestore operations so that you don't need to repeatedly wipe data or take similar intrusive steps\nin order to test your application's backup functionality. The `bmgr` tool supports both\n[Auto Backup](/guide/topics/data/autobackup) and\n[Key/Value Backup](/guide/topics/data/keyvaluebackup).\n\nNote: `bmgr restore` does not work for\n[encrypted backups](/guide/topics/data/autobackup#define-device-conditions).\n\nYou run `bmgr` commands on a device via\n[adb shell](/studio/command-line/adb) and then monitor the output of the commands\nwith [logcat](/studio/command-line/logcat). For a list and description of\navailable commands, run the `bmgr` tool with no arguments. For information on\ntriggering backup and restore operations, see\n[Testing Backup and Restore](/guide/topics/data/testingbackup).\n\nFor information about adding support for backup in your application, read [Data Backup](/guide/topics/data/backup)"]]