Changes between Version 64 and Version 65 of BluePrint/Synchronisation
- Timestamp:
- 05/16/10 16:00:43 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Synchronisation
v64 v65 64 64 * Schedule 65 65 * Since last date 66 * We need to be able to see if a sync has failed 67 * due to network problems 68 * due to permission problems 69 * We need to be able to retry failed syncs 70 * Ideally continuing from where we left off, although having to redo that whole sync again is OK 71 * Do not mark sync as completed until it is 66 72 67 73 * Offline Sync (e.g. USB stick or email attachment) … … 96 102 * Allow nodes on same LAN to auto-discover each other (i.e. integrate work done in GSoC 2009) 97 103 104 * Documentation for each of the above - during the stage it is developed 105 106 * Testing for each of the above - during the stage it is developed 98 107 === Old === 99 108 Current Sync Implementation based on JSON-RPC can be found here: SynchronisationImplementation