*TEST* rsync package [Was: Please test rsync-2.5.6pre2]

2003-01-22 Thread Lapo Luchini
Dave Dykstra wrote: The second rsync-2.5.6 pre-release version is now available at: http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre2.tar.gz rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre2.tar.gz There's

Rsyncd - Help me

2003-01-22 Thread Breno Cardoso Perucchi
Hello, I'm trying to do my rsync to copy a mirror of my site in another webserver. I am trying to use RSYNCD . How I'll do for my rsync to copy my site website in the mirror ? Which is a command to copy themirror with the password ? I've this websites about rsync

Rsyncd - Server- Copy a mirror- Help me

2003-01-22 Thread Breno Cardoso Perucchi
Hello, I'm trying to do my rsync to copy a mirror of my site in another webserver. I am trying to use RSYNCD . How I'll do for my rsync to copy my site website in the mirror ? Which is a command to copy themirror with the password ? I've this websites about rsync

Re: Rsyncd - Help me

2003-01-22 Thread Dave Dykstra
Look for errors in /var/log/rsyncd.log. For security reasons they are not all passed to the client. - Dave On Wed, Jan 22, 2003 at 06:52:33PM -0200, Breno Cardoso Perucchi wrote: Hello, I'm trying to do my rsync to copy a mirror of my site in another webserver. I am trying to use RSYNCD .

Re: Q : Rsync verbose message

2003-01-22 Thread Yuji Sato
Thank you for answer. I'd like to profile to step of rsync process. This is my crontab. 0 0 * * * /usr/bin/rsync -avx --delete --exclude=/.snapshot/ /mnt/fileserver/ /mirror/fileserver/ #/mnt/fileserver is nfs now. but I'll export outside LAN. I'm looking for more effective plan. Small(Mirror

[PATCH] open O_TEXT and O_BINARY for cygwin/windows

2003-01-22 Thread Ville Herva
perhaps you would want to consider the force binary open for data files on CYGWIN -patch I sent ages ago? I feel it's quite important, and to me it never makes sense to open data files in ascii (CR/LF translation mode) nor config files in BINARY mode (opening them in ascii makes it