The problem you are seeing here is not that the cron
daemon can't find rsync.  Rather, the problem is that
the remote shell invoked by the rsync command cannot
find the rsync executable on the remote host.  You can
solve this by adding the following option:

--rsync-path=PATH

typically PATH is /usr/local/bin/rsync, but can vary.



__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to