summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-25 15:37:06 +0100
committerGravatar Martin Szulecki2010-01-25 15:37:06 +0100
commitdb62ad45f6881a019dbd15ed8df799fd1c589476 (patch)
tree028fa4277ad2422a3e90e2ca9c793caef9503ead /tools
parent0f4ad590f2ca1d87e6383cd423db9446a01f5441 (diff)
downloadlibimobiledevice-db62ad45f6881a019dbd15ed8df799fd1c589476.tar.gz
libimobiledevice-db62ad45f6881a019dbd15ed8df799fd1c589476.tar.bz2
Output that restore command is not implemented in iphonebackup
Diffstat (limited to 'tools')
-rw-r--r--tools/iphonebackup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/iphonebackup.c b/tools/iphonebackup.c
index c073616..789dd21 100644
--- a/tools/iphonebackup.c
+++ b/tools/iphonebackup.c
@@ -613,10 +613,10 @@ int main(int argc, char *argv[])
613 613
614 break; 614 break;
615 case CMD_RESTORE: 615 case CMD_RESTORE:
616 printf("Restoring backup...\n"); 616 printf("Restoring backup is NOT IMPLEMENTED.\n");
617 /* verify battery on AC enough battery remaining */ 617 /* verify battery on AC enough battery remaining */
618 /* request restore from device (BackupMessageRestoreMigrate) */ 618 /* request restore from device with manifest (BackupMessageRestoreMigrate) */
619 /* read mddata files and send to devices using DLSendFile */ 619 /* read mddata/mdinfo files and send to devices using DLSendFile */
620 /* signal restore finished message to device */ 620 /* signal restore finished message to device */
621 /* close down lockdown connection as it is no longer needed */ 621 /* close down lockdown connection as it is no longer needed */
622 lockdownd_client_free(client); 622 lockdownd_client_free(client);