Home | History | Annotate | Download | only in tools

Lines Matching full:bmgr

1 page.title=bmgr
10 <h2>bmgr quickview</h2>
11 <p><code>bmgr</code> lets you control the backup/restore system on an Android device.
30 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
38 your application using {@code bmgr}.</p>
49 line by running the <code>bmgr backup</code> command:
51 <pre class="no-pretty-print">adb shell bmgr backup <em>&lt;package&gt;</em></pre>
59 pending backup operations to run immediately by using the <code>bmgr run</code> command:
61 <pre class="no-pretty-print">adb shell bmgr run</pre>
66 backup via <code>bmgr backup</code>.
88 for your application by using the <code>bmgr restore</code> command:
90 <pre class="no-pretty-print">adb shell bmgr restore <em>&lt;package&gt;</em></pre>
107 or saved state information. You can wipe an application's data with the <code>bmgr wipe</code>
110 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
120 <p>You can see whether the Backup Manager is operational at all with the <code>bmgr
123 <pre class="no-pretty-print">adb shell bmgr enabled</pre>
130 <pre class="no-pretty-print">adb shell bmgr enable <em>&lt;boolean&gt;</em></pre>
140 Manager is re-enabled (either through Settings or through the above <code>bmgr</code> command).
154 <code>bmgr list transports</code> command:
156 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
166 <pre class="no-pretty-print">adb shell bmgr transport <em>&lt;name&gt;</em></pre>
168 <p><code><em>&lt;name&gt;</em></code> is one of the names as printed by the <code>bmgr list
183 the current transport by running the <code>bmgr list sets</code> command:
185 <pre class="no-pretty-print">adb shell bmgr list sets</pre>