Lines Matching full:bmgr
1 page.title=bmgr
27 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
35 your application using {@code bmgr}.</p>
46 line by running the <code>bmgr backup</code> command:
48 <pre class="no-pretty-print">adb shell bmgr backup <em><package></em></pre>
56 pending backup operations to run immediately by using the <code>bmgr run</code> command:
58 <pre class="no-pretty-print">adb shell bmgr run</pre>
63 backup via <code>bmgr backup</code>.
85 for your application by using the <code>bmgr restore</code> command:
87 <pre class="no-pretty-print">adb shell bmgr restore <em><package></em></pre>
104 or saved state information. You can wipe an application's data with the <code>bmgr wipe</code>
107 <pre class="no-pretty-print">adb shell bmgr wipe <em><package></em></pre>
117 <p>You can see whether the Backup Manager is operational at all with the <code>bmgr
120 <pre class="no-pretty-print">adb shell bmgr enabled</pre>
127 <pre class="no-pretty-print">adb shell bmgr enable <em><boolean></em></pre>
137 Manager is re-enabled (either through Settings or through the above <code>bmgr</code> command).
151 <code>bmgr list transports</code> command:
153 <pre class="no-pretty-print">adb shell bmgr list transports</pre>
163 <pre class="no-pretty-print">adb shell bmgr transport <em><name></em></pre>
165 <p><code><em><name></em></code> is one of the names as printed by the <code>bmgr list
180 the current transport by running the <code>bmgr list sets</code> command:
182 <pre class="no-pretty-print">adb shell bmgr list sets</pre>