Dragos Valentin Moinescu <dragos.moinescu@gmail.com> wrote:
> I did not use rsyncd. I used "rsync -avz user@host:/pgsqldata
> /localpgdata". Will read about rsyncd
You don't need to run the rsyncd service to get a daemon -- we use
the remote shell technique, through ssh. If you're using the ::
syntax (versus :/), you are using a daemon.
-Kevin