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[])
break;
case CMD_RESTORE:
- printf("Restoring backup...\n");
+ printf("Restoring backup is NOT IMPLEMENTED.\n");
/* verify battery on AC enough battery remaining */
- /* request restore from device (BackupMessageRestoreMigrate) */
- /* read mddata files and send to devices using DLSendFile */
+ /* request restore from device with manifest (BackupMessageRestoreMigrate) */
+ /* read mddata/mdinfo files and send to devices using DLSendFile */
/* signal restore finished message to device */
/* close down lockdown connection as it is no longer needed */
lockdownd_client_free(client);