Problems getting rsync working...
Wayne Davison
wayned at users.sourceforge.net
Wed May 15 19:00:05 EST 2002
On Thu, 16 May 2002, Brad wrote:
> The command which is run on the client:
> rsync -avt /var/spool/mail StorageServer::email
Did you either startup an "rsync --daemon" manually on the server or
setup [x]inetd to spawn "rsync --daemon" when someone connects to the
rsync port? When you use the "::" syntax, there needs to be an rsync
daemon to handle the connection. The alternative is to use just one ":"
instead of "::" and let ssh handle the connection.
..wayne..
More information about the rsync
mailing list