Quote: Originally Posted by DaRacerz
Hey,
Been doing a backup upload of the car the past couple of days and have noticed that whenever I interrupt the transmission, the file that was partially uploaded gets shown on the home machine half done. Then, when I continue the upload sync, it'll go to the next file and not finish the file that has been partially syncing. Thats the problem.
When mirroring the home computer this problem does not appear, atleast i have not experienced this same scenario under mirroring.
Thanks for this - I can see the cause of the problem.
When you interrupt the sync, this results in the TCP connection getting broken. The code on the home PC side that executes when an individual file is completed also executes when the sync of an individual file is stopped half way through. This code renames the temporary file to be the actual filename. Hence you end up with a partially synced file in place.
As I'm sure you've already found out, workaround is to delete the last file synced so that next time it will be sent again as the first file in the sync.
I'll work on a fix.
Ric.