rsyncd dies during data transfer

2001-04-25 Thread hello hi
Hi All, I am running rsync on bsdi/os 4.2 where one machine is running it as a server and the other is accessing it. it's just to copy user directories and mails. The command I am using is simple in format i.e. rsync -avz source destination::list but sometimes during transfer it just dies

Re: feature-request: libwrap

2001-04-25 Thread David N. Blank-Edelman
Dave Dykstra [EMAIL PROTECTED] writes: What are the advantages of that over rsyncd.conf's hosts allow and hosts deny? The main advantage would be the ability for sites that already use tcpwrappers to centralize their network authorization mechanism. Having this information spread out in lots

Re: feature-request: libwrap

2001-04-25 Thread Scott Adkins
--On Wednesday, April 25, 2001 3:06 PM -0400 David N. Blank-Edelman [EMAIL PROTECTED] wrote: Dave Dykstra [EMAIL PROTECTED] writes: What are the advantages of that over rsyncd.conf's hosts allow and hosts deny? The main advantage would be the ability for sites that already use

Re: delete a single file?

2001-04-25 Thread Dave Dykstra
On Wed, Apr 25, 2001 at 12:06:07PM +0200, andreas haupt wrote: Hello all, a quick one possibly: can I use rsync to delete a single file remotely? Assume I have deleted a file locally and I want it removed remotely but without having to rsync the whole directory.

Re: feature-request: libwrap

2001-04-25 Thread Dave Dykstra
On Wed, Apr 25, 2001 at 03:20:58PM -0400, Scott Adkins wrote: --On Wednesday, April 25, 2001 3:06 PM -0400 David N. Blank-Edelman [EMAIL PROTECTED] wrote: Dave Dykstra [EMAIL PROTECTED] writes: What are the advantages of that over rsyncd.conf's hosts allow and hosts deny? The

Re: rsync newbie problem

2001-04-25 Thread Pierre Abbat
On Wed, 25 Apr 2001, Bob Foster wrote: Hello, I'm trying to set up an rsync that will run without operator intervention. I have the daemon running on the receiving server and here is the module: [test] path = /web/test comment = test uid = siteadm gid = web read only = no list = yes auth