DO NOT MERGE - Document new -obb flag for adb backup
Now that adb backup handles OBB file backup/restore. (Cherrypicked) Change-Id: Ie92b546e3898b62d74f552ab577b7756ad176ee6
This commit is contained in:
parent
7b8970c577
commit
0c06eb5017
|
@ -144,12 +144,15 @@ void help()
|
|||
" adb bugreport - return all information from the device\n"
|
||||
" that should be included in a bug report.\n"
|
||||
"\n"
|
||||
" adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n"
|
||||
" adb backup [-f <file>] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n"
|
||||
" - write an archive of the device's data to <file>.\n"
|
||||
" If no -f option is supplied then the data is written\n"
|
||||
" to \"backup.ab\" in the current directory.\n"
|
||||
" (-apk|-noapk enable/disable backup of the .apks themselves\n"
|
||||
" in the archive; the default is noapk.)\n"
|
||||
" (-obb|-noobb enable/disable backup of any installed apk expansion\n"
|
||||
" (aka .obb) files associated with each application; the default\n"
|
||||
" is noobb.)\n"
|
||||
" (-shared|-noshared enable/disable backup of the device's\n"
|
||||
" shared storage / SD card contents; the default is noshared.)\n"
|
||||
" (-all means to back up all installed applications)\n"
|
||||
|
|
Loading…
Reference in New Issue