Re: feature-request: libwrap

2001-04-24 Thread Bill Campbell
On Tue, Apr 24, 2001 at 11:02:19AM -0500, Dave Dykstra wrote: ... >What are the advantages of that over rsyncd.conf's "hosts allow" and >"hosts deny"? > >I don't know Andrew's reasons for implementing those instead of linking >with libwrap. Could it be that most people run rsync out of inetd.conf

Re: --compare-dest usage (was Re: [expert] 8.0 Final)

2001-04-24 Thread Randy Kramer
Dave, Thanks for the clarification, now that part is clear also! Randy Kramer Dave Dykstra wrote: > > On Mon, Apr 23, 2001 at 06:57:14PM -0400, David Bolen wrote: > [very good reply to Randy Kramer deleted] > > > > Aside: I think, based on your previous response, that if I did a > > > multifi

Re: Advice and questions on rsync/smbmount combination

2001-04-24 Thread Randy Kramer
Crispin, I'm quite a newbie to rsync, but I've taken a stab at answering your questions. Hopefully, someone will look over my shoulder and correct any errors. Crispin Bivans wrote: > I've read about people using rsync with smbmount on linux's so that rsync in > 'effect' is syncing files to Wind

Re: --compare-dest usage (was Re: [expert] 8.0 Final)

2001-04-24 Thread Dave Dykstra
On Mon, Apr 23, 2001 at 06:57:14PM -0400, David Bolen wrote: [very good reply to Randy Kramer deleted] > > Aside: I think, based on your previous response, that if I did a > > multifile rsync (say 60 files), and rsync was interrupted after 20 > > of the files were rsync'd, the --compare-dest opti

Re: feature-request: libwrap

2001-04-24 Thread Dave Dykstra
On Mon, Apr 23, 2001 at 01:02:03PM +0200, Philipp Bachmann wrote: > Hey, > > it was nice if rsync could be linked against "libwrap" (inside the > tcp_wrappers-tool) by Wietse Venema > . If run as a stand > alone-daemon, not from inetd, you could d

Advice and questions on rsync/smbmount combination

2001-04-24 Thread Crispin Bivans
I've read about people using rsync with smbmount on linux's so that rsync in 'effect' is syncing files to Windows shares without needing an rsync client on the Windows side. This appeals to me since I'm considering how to safely distribute files to remote field offices in several countries. Some o

Re: Rsync question

2001-04-24 Thread Francis Montagnac
> When I run the script, sysetm prompt out the followings : > sh: rsync: not found You need to specify the location of the rsync executable on the remote host: with the --rsync-path option, or put it in an accessible directory via rsh: ie: one given by: rsh server2 'echo $PATH' [EMAIL PROTECT