--- nfo/perl/libs/Data/Transfer/Sync.README.text 2003/01/19 01:23:03 1.2 +++ nfo/perl/libs/Data/Transfer/Sync.README.text 2003/01/19 02:01:55 1.3 @@ -1,3 +1,10 @@ +NEWS + 2003-01-18 - integration with Torus + + please look at http://www.netfrag.org/horde/chora/cvs.php/perl/scripts/outlook2ldap/ + + 2002-10-10 - initial check-in + DESCRIPTION Data::Transfer::Sync is a module providing a generic synchronization process across arbitrary/multiple storages based on a ident/checksum @@ -22,7 +29,7 @@ BUGS When in "import" mode for windows file - DBD::AutoCSV may hang. - Hint: Maybe the source node contains an ident-, but no checksum column? + Hint: Maybe the source node contains an ident-, but no checksum-column? USER LEVEL ERRORS Mapping @@ -113,15 +120,4 @@ - introduce some new metadata flags for a synchronization partner which is (e.g.) of "source" or "target": - isNewNodePropagator - isWriteProtected - - add additional mechanisms: "how is the sync done exactly?" - + based on ident/checksum (this compares uniqueness) - - based on ident/timestamp (this compares up-to-date-ness) - - based on abstract rules (free, script, ..., maybe taken from a rulebase) ... - ... combining queries on metadata (e.g. flags) associated with the object (may also be stored inside the object itself for convenience) - => (example): - $admin = new Person( admin => 1); - $user1 = new Person(); - $user2 = new Person( watched_by => $admin ); - $context = new Context( postmaster => $admin ); - $data = new Data( created_by => $user2, crud_hooks => { u => $admin } ); - $admin-> \ No newline at end of file +