My tip when using cron: Use comments liberally. Say what the command is doing, where to find out more information and write your name so that when I open up the crontab on some system I can actually find out what it is supposed to be doing. Comments are essential in a script which is not under any version control and is shared by many different users.