Crontab example
Run cron job At every 15th minute for zimbra_full_backup.sh*/15 * * * * /opt/scripts/zimbra_full_backup.shhttps://crontab.devopsroles.com/
Write cron job from linux command
[[email protected] huuphan.com]# echo "$(crontab -l; echo '*/15 * * * * /opt/scripts/zimbra_full_backup.sh')" | crontab -
The screen output terminal:
Conclusion
Thought the article, How to write cron job from linux command as above . I hope will this your helpful.
Thanks for reading How to write cron job from linux command My blog Zimbra Mail Server,linux,bash script,centos,linux command I hope this is useful.