PDA

View Full Version : rsyncd


ajeffco
4th July 2004, 05:01 PM
Hi All,

I've searched the forums and google for this already, and haven't found anything useful. I'm trying to find an rsyncd rpm package for fedora. I tried using yum, but it just comes back with rsync, and no rsyncd.

Does anyone know if this exists? If so great, if not, I'll just compile it from source, but I thought it might be better to go with an existing RPM.

The goal is to set up an existing FC2 server as an rsync server.

Thanks,

Al

carbo18
4th July 2004, 07:37 PM
Isn't rsyncd just the daemon for rsync? Therefore don't you just need to install rsync?

Anyways here is a link that might help...
http://rpmfind.net/linux/RPM/PLD/dists/ac/Daemons.html

crackers
5th July 2004, 06:20 AM

$ apropos rsync
rsync (1) - faster, flexible replacement for rcp
rsyncd.conf [rsyncd] (5) - configuration file for rsync server
$ man rsyncd.conf
...
DESCRIPTION
The rsyncd.conf file is the runtime configuration file for rsync when
run as an rsync server.

rysnc is a command-line tool, a server, and a client - it all depends on how it's invoked.

ajeffco
5th July 2004, 07:59 AM
:rolleyes:

Duh... I've used rsync before, but the server peice was installed seperately as rsyncd.

Thanks for pointing me in the right direction.

Al

crackers
5th July 2004, 10:52 AM
De nada...