huntercs co sekunde to nie możliwe bo
1-sza kolumna (zakres 0-59) oznacza minuty.
2-ga kolumna (zakres 0-23) oznacza godzinę.
3-cia kolumna (zakres 0-31) oznacza dzień miesiąca.
4-ta kolumna (zakres 0-12) oznacza miesiąc. (0 i 1 to styczeń)
5-ta kolumna (zakres 0-7) oznacza dzień tygodnia (0 i 7 to niedziela)
np 30 * * * * backup.sh
co 30 min ....
AHA
Mcstar jak to:
Kod
Based on which tool your server supports add one of the following lines to the cron.txt
file:
# if your server supports curl:
0 * * * * curl -s -o /dev/null http://your.server.name.here/phpAdsNew/mai...maintenance.php
# if your server supports fetch:
0 * * * * fetch -o /dev/null http://your.server.name.here/phpAdsNew/mai...maintenance.php
# if your server supports lynx:
0 * * * * lynx > /dev/null -dump http://your.server.name.here/phpAdsNew/mai...maintenance.php
# if your server supports wget:
0 * * * * wget -q -O /dev/null http://your.server.name.here/phpAdsNew/mai...maintenance.php
co sekunde uruchamia coś to ja jestem Święty ...
to jest do uruchomiana co
godzine ...