I am trying to set up an RSYNC server, and looking at the man pages
it looks like a trivial enough task...
It seems as though I need to create a /etc/rsyncd.conf with something
like this in it:-
[ftp]
path = /pub
comment = ftp export area
Then all I need to do is run:-
rsync --daemon
Is there more to it? There must be, because this doesn't work.
When I run rsync like this, it immediately returns to the command
prompt. No error msgs appear. Is there a debug mode which I can use to
to make sure it is at least picking up the cfg file correctly?
BTW this is being run on OS/2, if that makes any difference.
It works fine as a client.
--
John