Home | History | Annotate | Download | only in rawbu

Lines Matching refs:restore

54 /* Directory paths that we will not backup/restore */
109 // directory itself, since the restore file won't
433 fprintf(stderr, "bad token %d in restore file\n", *type);
439 fprintf(stderr, "bad path length %d in restore file\n", pathLen);
444 fprintf(stderr, "truncated path in restore file\n");
453 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
458 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
463 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
468 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
474 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
480 fprintf(stderr, "bad ctime in restore file at '%s'\n", readPath);
503 fprintf(stderr, "Restore file has bad version: 0x%x\n", inputFileVersion);
550 fprintf(stderr, "bad file size %ld in restore file\n", size);
622 " restore Perform a restore of /data.\n");
627 "backup and restore of the /data partition. This is\n"
629 "complete restore of a device's state. Note that\n"
639 int restore = 0;
652 if (0 == strcmp(argv[1], "restore")) {
653 restore = 1;
679 if (restore) fprintf(stderr, "Warning: -a option ignored on restore\n");
712 if (restore) {
718 printf("Restore complete! Restarting system, cross your fingers...\n");