And if you do happen to be running the management module on an NT box, you can do something similar to all the "cron" answers you've gotten from the *nix guys using "at". Make certain the scheduler service is running, and run "at /?" at a command prompt to get the command line syntax. In one case I've set up in the past, I "rotated" the logs every 8 hours at midnight, 8am, 4pm with something like:
at 12:01am /every:m,t,w,th,f,s,su fw logswitch at 8:01am /every:m,t,w,th,f,s,su fw logswitch at 4:01pm /every:m,t,w,th,f,s,su fw logswitch Then do "at" by itself to view them. Sam Denton wrote: > > Is there any way to automatically save the log files, say once a day? > > at the moment I go to the logging module and then click file -----> > save. > > I have to do this daily. I would like to do this manually. > > Thanks in advance > > Sam =============================================== To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ===============================================
