[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
webmaster@zope.org
webmaster@zope.org
Fri, 04 Oct 2002 09:47:23 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#3-174
---------------
Then add a line to call wget every day at 8 am::
0 8 * * * wget -v --spider --http_user=ZooKeeper --http_pass=SecretPhrase http://www.zopezoo.org/Lions/feed
% Anonymous User - Oct. 4, 2002 9:47 am:
In this case you'll get a lot of messages from the crontab to the root@localhost, because wget writes it's
workflow information to the STDERR. Exactly in this (verbose mode) you'll have lots of messages.
So you should use:
wget --quitet --spider ....