Searched refs:backup (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.c135 " adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n"
138 " to \"backup.ab\" in the current directory.\n"
139 " (-apk|-noapk enable/disable backup of the .apks themselves\n"
141 " (-shared|-noshared enable/disable backup of the device's\n"
152 " adb restore <file> - restore device contents from the <file> backup archive\n"
684 static int backup(int argc, char** argv) { function
687 const char* filename = strcpy(default_name, "./backup.ab");
707 /* bare "adb backup" or "adb backup -f filename" are not valid invocations */
718 snprintf(buf, sizeof(buf), "backup");
[all...]

Completed in 4 milliseconds