I want to install jaunty to test out ltsp with it.<br><br>I have downloaded alpha 6 and wanted to update it to daily current. When I run rsync it always tries to download the whole file again. Any ideas why? When the new download get <br>
to say 30mb and I stop then then resume, it starts from 30mb as expected. Why doesn't it just copy the difference between the two versions of the iso?<br><br>This is the command I am using.<br><pre>rsync -zhhP rsync://<a href="http://cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso">cdimage.ubuntu.com/cdimage/daily/current/jaunty-alternate-i386.iso</a> .</pre>
<span class="anchor" id="line-16"></span><span class="anchor" id="line-17"></span>I got the idea from this website.<br><br><a href="https://help.ubuntu.com/community/RsyncCdImage">https://help.ubuntu.com/community/RsyncCdImage</a><br>
<br>It seems a waste to download the whole thing every time.<br><br>