Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!diamond!jdm5548 From: jdm5548@diamond.tamu.edu (James Darrell McCauley) Newsgroups: comp.unix.admin Subject: Re: precedence in crontabs Message-ID: <12931@helios.TAMU.EDU> Date: 2 Mar 91 21:40:07 GMT References: <10481@dog.ee.lbl.gov> Sender: usenet@helios.TAMU.EDU Reply-To: jdm5548@diamond.tamu.edu (James Darrell McCauley) Followup-To: comp.unix.admin Organization: Texas A&M University Agricultural Engineering Department Lines: 23 In article <10481@dog.ee.lbl.gov>, david@mobius.msri.org (David Mostardi) writes: [stuff deleted] |> |> 0 4 1 * * /usr/etc/rdump 0ubcdsf ... |> 0 4 * * 6 /usr/etc/rdump 5ubcdsf ... |> 0 4 * * 2,3,4,5 /usr/etc/rdump 9ubcdsf ... |> I would suggest not using cron to do a level 0 dump. I'm not sure which cron would see first, but I it would attempt to do both dumps. Are you using different drives for level 0 and level 9? If you must do this using cron, may I suggest running an sed script on the crontab file using cron: 0 3 1 * * remove_level_9 0 6 1 * * add_level_9 -- James Darrell McCauley (jdm5548@diamond.tamu.edu, jdm5548@tamagen.bitnet) Spatial Analysis Lab, Department of Agricultural Engineering, Texas A&M University, College Station, Texas 77843-2117, USA