I am running rsync under cygwin on a winXP pro system. Cygwin is the most
recent version (1.3.12-2) and rsync 2.5.5 protocol 26.
It seems that almost %50 of the time, rsync hangs after the last file is
done syncing. When it's hung, I can press ctrl-c, and an error message:
rsync error: rece
Hello. I'm trying to use rsync to keep a backup of a web server (named
"www") on a separate machine (named "backup"). "Www" is running Trustix
Linux 1.5 (kernel 2-2-20-2tr) with rsync 2.5.4 protocol 26. "Backup" is
running OpenBSD 3.0. Rsync is using OpenSSH 3.1p1 as the transport. Files
that are
Hello,
I tried to copy files >2GB locally with rsync 2.5.5 on HP-UX but I always
get the following error message:
rsync: error writing 32768 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code 12) at
io.c(463)
I know that this is a known
Hi all.
After weeks of debugging etc. I found the problem.
It would seem like its a compiler error on SCO, because in line 286 of io.c
-
read_unbuffered() - it declares a 'static' variable (type size_t) called
'remaining',
and while the ANSI standard says that static vars are automatically
initi
Some months ago I posted patches on this list for rsync so that rsync in
dryrun mode would report if there were permission/owner diffs.
This was never picked up.
I still think this is really a major issue and should be taken care of.
Can the list please reach consensus about what the desired be
Thank you for the prompt and clear reply. That should settle the matter.
At 02:41 19/09/02 -0700, you wrote:
>On Thu, Sep 19, 2002 at 10:02:18AM +0100, Riq Willitts wrote:
> > I am using rsync 2.5.5 running as a daemon on the destination system,
> which
> > is SuSE Linux 8.0. The source system
On Thu, Sep 19, 2002 at 10:02:18AM +0100, Riq Willitts wrote:
> I am using rsync 2.5.5 running as a daemon on the destination system, which
> is SuSE Linux 8.0. The source system is SuSE 7.3, also with rsync 2.5.5.
> With the default 'use chroot = true' and not using --numeric-ids, I get
> the
I am using rsync 2.5.5 running as a daemon on the destination system, which
is SuSE Linux 8.0. The source system is SuSE 7.3, also with rsync 2.5.5.
With the default 'use chroot = true' and not using --numeric-ids, I get
the wrong user names on the destination files. I have tracked this down