summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicebackup2.c')
-rw-r--r--tools/idevicebackup2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c
index 47dd4f2..006dd33 100644
--- a/tools/idevicebackup2.c
+++ b/tools/idevicebackup2.c
@@ -1706,7 +1706,8 @@ files_out:
afc_file_lock(afc, lockfile, AFC_LOCK_UN);
afc_file_close(afc, lockfile);
lockfile = 0;
- do_post_notification(NP_SYNC_DID_FINISH);
+ if (cmd == CMD_BACKUP)
+ do_post_notification(NP_SYNC_DID_FINISH);
}
} else {
printf("ERROR: Could not start service %s.\n", MOBILEBACKUP2_SERVICE_NAME);