Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 14:06:10 -0800 (PST)
From:      <kamikazed@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   CROND - Command not found
Message-ID:  <20031114220610.38452.qmail@web21501.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031114220610.38452.qmail>