Cron queries
We would like to sync 2 servers' crontab entries for an user automatically. Understand that for crontab entries to take effect it requires to use command crontab -e to manually amend the file. Is there a way to just copy the file to /var/spool/cron/crontabs to take effect?
Thanks in advance.