Save your crontab to a file:
crontab -l > my-crontab
Delete your crontab:
crontab -r
Then load back the crontab from the file:
crontab my-crontab
Save your crontab to a file:
crontab -l > my-crontab
Delete your crontab:
crontab -r
Then load back the crontab from the file:
crontab my-crontab