The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 12-02-2006
Tornado's Avatar
Tornado Tornado is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Melbourne
Posts: 249
Well if you did save it correctly and you saw the entry in your crontab then either 1) someone has removed it or 2) you ran crontab -l as a different user

To make sure it isn't under another users crontab run this:
Code:
grep backupscripts /var/spool/cron/crontabs/*

I have never heard of any bugs or problems with cron entries dissapearing.