Hi Jean-Francois, > I will move the following on my local box from daily to weekly.local > so that this part of code is executed once a week only. > It will therefore not be sent by mail since it seems to me that the > weekly is not logged via local email as the daily is.
There is no difference between daily(8) and weekly(8). The results of both get mailed to root. > This loss of information is not a problem but executing daily > df -kl for some particular reason is a problem, Huh? Whatever. :-) > while executing it once a week is acceptable. > > Code in daily Quote// > echo "" > echo "Checking subsystem status:" > echo "" > echo "disks:" > df -kl > echo "" > dump W > echo "" > //Unquote > > If anyone sees that this might be an issue, since I do not know exactly if > moving this part of code might have side effects .... No, that code is not critical. It just provides information for your convenience, so if you don't want it, you can delete it, comment it out or move it somewhere else. > Just your advise in case what I intend to do is not correct for whatever > reason. Again, in case you are not in a hurry, i'm working on a partial reorganisation of daily/weekly/monthly, making customization easier. As some other developers seem to like the direction, chances are this will hit the tree soon. Yours, Ingo

