Author
|
Topic: streamripper scheduling help
|
|
willy wonka
Member
Member # 32
|
posted December 04, 2001 05:20 AM
create a file at /etc/crontabfirst few lines look like this: # $NetBSD: crontab,v 1.13 1997/10/26 13:36:31 lukem Exp $ # # /etc/crontab - root's crontab # SHELL=/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log #min hour mday month wday user command that last bit tells you how to format the remaining lines to run commands. to do something daily at 1:30, you'd put this: 30 1 * * * willy ~/mydailyscript.sh willy would obviously be changed to whoever you wanted the process to be run as. last bit would change to whatever you command was, args, switches and all. -------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted December 04, 2001 05:22 AM
blehfile's there already, so you just have to add to it. -------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
toner
Junior Member
Member # 243
|
posted December 04, 2001 11:55 AM
50 14 * * 2 birchett streamripper http://wfmu.oven.com:8000/ -d /Users/birchett/Desktop -l 3600 the above does not work at all, but just birchett streamripper http://wfmu.oven.com:8000/ -d /Users/birchett/Desktop -l 3600 on the standard command line does work immediately. It seems like cron does not want to process this task! Any clues?
Posts: 2 | From: usa | Registered: Dec 2001
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted December 05, 2001 05:29 AM
ummmm, make sure pico doesn't wrap the line on you?-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
|
|