Changes between Initial Version and Version 1 of Ticket #214


Ignore:
Timestamp:
Sep 14, 2012, 12:50:22 AM (12 years ago)
Author:
Martin Kolman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #214

    • Property Status changed from new to assigned
  • Ticket #214 – Description

    initial v1  
    55* zsync: http://zsync.moria.org.uk/
    66
     7
     8* how would an update look like:
     9 * before starting the update, mark the map package as dirt
     10  * .#dirty file ?
     11 * modRana downloads a file-list for the package, that contains also a link to a zsync control file for every file
     12 * iterate over the zsync files and update every local file
     13 * at the end, remove all files that are present in the local folder but not on the file-list (exclude the .#dirty file)
     14 * remove the .#dirty file
     15
    716* drawbacks:
    8 * needs to store two copies of the routing data
     17 * needs to store two copies of the routing data
    918  * one archive for direct download
    1019  * one in uncompressed form + zsync control file for updates only