From db62ad45f6881a019dbd15ed8df799fd1c589476 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 25 Jan 2010 15:37:06 +0100 Subject: Output that restore command is not implemented in iphonebackup --- tools/iphonebackup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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); -- cgit v1.1-32-gdbae