On Wed, Jun 02, 2004 at 04:10:38PM -0400, Patrick Larkin wrote: > rsync --daemon > To which I got no error messages.
You'll need to check to see if the daemon is really running, and if not, check the log file (e.g. syslog) to see why not (the above command exits without a visible error no matter what). You can use --no-detach during the initial getting-it-right period to more easily tell if the daemon is still running -- once you get it working, Ctrl-C it and run it without the --no-detach option. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html