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
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
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
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
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