kurcze,nie działa żaden przyklad
mam to:
http://www.fun2code.de/download.html PAW Server, mam włączoną opcję crona... (widzę z logach że startuje poprawnie)...
mam takie crony:
## Cron Format:
# field allowed values
# ----- --------------
# minute 0-59
# hour 0-23
# day of month 1-31
# month 1-12 (or names, see below)
# day of week 0-7 (0 or 7 is Sun, or use names)
# command Shell command
*/1 * * * * php
http://127.0.0.1:8080/app/test/importfotek.php*/1 * * * * wget
http://127.0.0.1:8080/app/test/importfotek.php*/1 * * * * wget /usr/bin/php -f /sdcard/paw/html/app/test/importfotek.php
*/1 * * * * wget /usr/bin/php -f /paw/html/app/test/importfotek.php
ale żaden nie startuje
-- Dodane 14.02.2012 (Wt) 22:27 --
śmiga na tym wszystko (php itp). Znalazlem taką informację:
EXAMPLE CRON FILE
# use /bin/bash to run commands, instead of the default /bin/sh
SHELL=/bin/bash
# mail any output to `paul', no matter whose crontab this is
MAILTO=paul
#
# run five minutes after midnight, every day
5 0 * * * $HOME/bin/daily.job >> $HOME/tmp/out 2>&1
# run at 2:15pm on the first of every month -- output mailed to paul
15 14 1 * * $HOME/bin/monthly
# run at 10 pm on weekdays, annoy Joe
0 22 * * 1-5 mail -s "It's 10pm" joe%Joe,%%Where are your kids?%
23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
5 4 * * sun echo "run at 5 after 4 every sunday"
może trzeba to wywołać poprzez te pliki sh/jon?