Converting Linux scheduler job to Windows based - TechRepublic
Question
March 9, 2022 at 03:58 AM
filembarelijeevan

Converting Linux scheduler job to Windows based

by filembarelijeevan . Updated 4 years, 2 months ago

Is there a way to do something like this on a Windows server that is as straight forward as Linux does it?

/SomeAppFolder/logs/* copytruncate daily rotate 7 compress missingok size 50M postrotate echo “A rotation of tomcat/logs just took place” endscript }

All Comments