On Thu, Jul 12, 2012 at 5:09 PM, Chris Frey <span dir="ltr"><<a href="mailto:cdfrey@foursquare.net" target="_blank">cdfrey@foursquare.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
A question for the Android folks: what is the usual method used to backup<br>
your Android data via USB or Bluetooth to your local computer?  Assume<br>
that you have no internet access, and no access to the cloud.<br>
<br>
Thanks!<br>
- Chris<br></blockquote></div><br>Though I never used it, adb from the Android SDK is supposed to provide that:<br><br>  adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]<br>
                               - write an archive of the device's data to <file>.<br><br>        If no -f option is supplied then the data is written<br>        to "backup.ab" in the current directory.<br>
        (-apk|-noapk enable/disable backup of the .apks themselves<br>        in the archive; the default is noapk.)<br>        (-shared|-noshared enable/disable backup of the device's<br>        shared storage / SD card contents<br>
        (-all means to back up all installed applications)<br>        (-system|-nosystem toggles whether -all automatically <br>        includes system applications; the default is to include system apps)<br>        (<packages...> is the list of applications to be backed up.  If<br>
        the -all or -shared flags are passed, then the package<br>        list is optional.  Applications explicitly given on the<br>        command line will be included even if -nosystem would<br>        ordinarily cause them to be omitted.)<br>
<br>  adb restore <file>  - restore device contents from the <file> backup archive<br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br><a href="http://2bits.com" target="_blank">http://2bits.com</a><br>
Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>
<br>