fc3 and rsync

Mike Klinke lsomike at futzin.com
Sun Mar 20 17:17:07 UTC 2005


On Sunday 20 March 2005 09:09, rado wrote:
> hi y'all,
>
> are there any good document sources out there of rsync specific
> to fc3?
>
> The  only rsyncd.conf "look-alike" file that I could find
> is: /etc/xinetd.d/rsync: containing the following:
>
> # default: off
> # description: The rsync server is a good addition to an ftp
> server, as it \
> #	allows crc checksumming etc.
> service rsync
> {
> 	disable	= yes
> 	socket_type     = stream
> 	wait            = no
> 	user            = root
> 	server          = /usr/bin/rsync
> 	server_args     = --daemon
> 	log_on_failure  += USERID
> }
>
> if this is the config for rsync....I would like some docs
> specific to our fc3 configuration... # man rsync or rsyncd gives
> no reference to this specific file or the procedures to tune it.
>
> also I can't find anywhere the rsync config option "disable"
> things like that...the very first commented line # default: off
> ....hummmm
>
> I would just like some specific docs on how rsync is really set
> up here in fc3
>
> thx
> John Rose
>
 


http://rsync.samba.org/documentation.html



Sources local to your computer:

/usr/share/doc/rsync-2.6.3

-------

If you're trying to use rsync:
 
  man rsync

-------

If you're trying to set up an rsync server:

  man rsyncd.conf

-------

The configuration file you listed is for xinetd and many of the 
items in it are described in:

man xinetd.conf

http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-tcpwrappers-xinetd.html


Regards, Mike Klinke




More information about the fedora-list mailing list