2916 shaares
  
  
131 private links
131 private links
        2 results
        
        
          
          tagged
          
              
                
                  crontab
                
              
          
        
        
        
      
    First, back up the crontab:
crontab -l > my_cron_backup.txt
Then you can empty it:
crontab -r
To restore:
crontab my_cron_backup.txt
crontab -l