Can rsync synchronize design changes to tables and data between two Microsoft ACCESS replicas, mdb files?

2001-07-23 Thread R. Weisz
Has anyone using rsync ever tried using it to manage the replication and synchronization process for Microsoft ACCESS replicas? If so, 1. please briefly describe the application, and 2. let me know if the synchronization process worked, or if it didn't work, or if the data in the datasets becam

Stefan Stoerig/IDP/Muenchen/MAN_Nutzfahrzeuge istaußer Haus.

2001-07-23 Thread Stefan_Stoerig
Ich werde ab 23.07.2001 nicht im Büro sein. Ich kehre zurück am 16.08.2001. Mit freundlichen Grüßen, Stefan Störig

Re: Include showing up as an Exclude

2001-07-23 Thread Wayne Davison
On Mon, 23 Jul 2001, Perry Hoekstra wrote: > why does "devel/test.html" show up as an add_exclude? That's because all excludes and includes go through the same function -- an include just has the "include" flag turned on. The following patch causes the verbose output to mention the include-flag

Include showing up as an Exclude

2001-07-23 Thread Perry Hoekstra
I am trying to diagnose my problem by following the example in the man page and when I turn up the verbosity, I see the following: opt/freeware/rsync/bin/rsync -vvva --include "devel/test.html" --exclude "*" webtest.foo.com::mod_name/Incremental/07-20-2001_16:00:27/www.foo.com/ add_exclude("devel

[patch] rprintf: truncate too-long strings

2001-07-23 Thread Ed Santiago
Greetings, We had some filesystem weirdness resulting in preposterously long paths. Rsync tried to emit a warning, but ended up dying instead, with less than helpful diagnostic: silence, with exit code 13 (RERR_MESSAGEIO). The CVS version emitted a message, but was still not useful. The patch