Hi, I recently installed the 1.6.0 beta.6 and it was great to see the new backup scheduler. But I am running Grav on Windows Server 2012 so I do not have CRON
I have tried searching the net but have not found anything that makes it clear to me that I will be able to install something and then run the command that GRAV tells me needs to be run namely.
(crontab -l; echo "* * * * * cd c:\grav\grav-admin;C:\PHP\php-7.2.9\php.EXE bin/grav scheduler 1>> /dev/null 2>&1") | crontab -
and I am not sure if I can set up a windows task to do the equivalent but if I can I do not know what the task setup should be as I do not know how to interpret the cron string above.
Any help would be very appreciated.
Thanks
Derek