Hi community, is it possible to add cron jobs for clients via the cli instead of the gui? Would be great if i could create the cron.d files directly on the server and then they are registered in the client and editable from the client via gui. Is there a way to do this? I need to create approx. 10 jobs for ~200 clients. This would be a great timesaver... Any suggestions appreciated
You can use the remote api to write a script to create cronjobs: https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/develop/remoting_client
Thank you for the quick reply Till! I'll use that and post what I did as soon as I figured out what to do