Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Nice hint...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Nice hint...
Authored by: englabenny on Jun 02, '03 01:38:14PM
...to tell me to search and see if those jobs ever ran. I came out with a clever trick to search all of my logs, even the gzipped ones, with this line:

( cat /var/log/system.log ; gzip -dc /var/log/system.log.* ) | grep daily

And I found that the dailies and weeklies ran as proper scheduled, the daily had rum for example almost every third day..

The monthly job had however never run the last three months... I'll run it now.

[ Reply to This | # ]