Zane Appel's Oracle Cookbook
Backup and disable crontab
#!/bin/ksh
export CRONTABFILE=crontab.`date +%m%d%y-%H%M%S`
echo Exporting crontab to $CRONTABFILE
crontab -l > $CRONTABFILE
crontab -r
Newer Post
Older Post
Home