On 27 Mar 2002, "Nelson H. F. Beebe" <[EMAIL PROTECTED]> wrote:
> [A search of the rsync.mbox archives shows this reported in mail
> from Derek Sivers <[EMAIL PROTECTED]> of Wed, 27 Feb 2002 13:20:02 -0600
> and followups, with the suggestion to use --disable-ipv6. I'd still
> rather have it bui
Hi all,
I'm having a little trouble using rsync from my windows machine to a Linux
server in a different time zone. I did some hunting through the
documentation and through the code, but it's not clear to me what rsync
does in this case.
I gather that in principle it uses UTC at both ends. Wil
I am trying to use rsync to transfer some directories from a RedHat 7.0 box
to a RedHat 7.1 rsync server via a cron job.
The cron command line:
00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s
"Rsync Backup Log" [EMAIL PROTECTED] < /tmp/backup.log
The 7.1 rsyncd.cond;
[hom
There are quite a few compilation warnings from rsync-2.5.5rc1 that
could be eliminated by code cleanup.
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c main.c -o main.o
main.c: In function `start_client':
main.c:665: warning: unused variable `write_batch'
main.c:66
The rsync-2.5.5rc1/README says
>> ...
>> If you have web access then please look at
>> http://rsync.samba.org/rsync/
>>
>> This will give you access to the bug tracking system used by the
>> developers of rsync and will allow you to look at other bug reports or
>> submit a new bug report.
>> ..
There is a small configure glitch for rsync-2.5.5rc1 on Apple Darwin
(== MacOS X) [
uname -a
Darwin darwin.math.utah.edu 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35
PST 2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc
] the config.h file gets the line
I found that my mail client reported invalid messages in the
just-downloaded rsync.mbox.
Further examination showed that they are due to instances of
unprefixed words "From" at beginning of line in the message body.
Once I fixed them, all messages are visible.
It looks like the rsync.mbox fi