|
2010-08-17
, 02:15
|
Posts: 87 |
Thanked: 16 times |
Joined on Aug 2010
@ Southern California
|
#52
|
|
2010-08-19
, 09:09
|
Posts: 135 |
Thanked: 158 times |
Joined on Sep 2009
@ Germany
|
#53
|
& 00 00 * * 0-7 sh /Path/to/Script.sh
and fcron to execute that at midnight.
I could not find any other way to schedule script than fcron.
|
2010-08-20
, 17:04
|
Posts: 10 |
Thanked: 6 times |
Joined on Jun 2010
@ Finland
|
#54
|
!nolog(true) # COMMENT #0 9 * * 1-5 run-standalone.sh /path/to/script/silent_profile.sh 1 0 * * * /home/opt/scripts/date #<more scheduled scripts> !bootrun(true) #0 0 1 * * /path/to/script/reset_gprs_data_counter.sh 1 0 * * * /home/opt/scripts/date #<a backup script also suits here if you have one>
|
2010-09-01
, 19:49
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#55
|
|
2010-09-03
, 15:53
|
Posts: 10 |
Thanked: 6 times |
Joined on Jun 2010
@ Finland
|
#56
|
CasTTeLLo