I have to automate my Crontab script and would like to insert some things in my Crontab file, I want to do that without interactive query and it should look like command:
crontab_admin.sh -add -s "15 9 * * *" -c "check_backup_include_list.sh" -u "USERNAME" -t "CRQ000000000000"
crontab_admin.sh -remove -s "15 9 * * *" -c "check_backup_include_list.sh" -u "USERNAME" -t "CRQ000000000000"
and it should look like this in crontab afterwards:
15 9 * * * $HOME/scripts/check_backup_include_list.sh
sry for my bad english