InspectorGifts wrote:
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] how do all of you manage your servers log files? Do you have a script or some program to auto delete old logs? This may have been discussed over the years, but I have always just let them build up then manually delete some. For those with psychostats, how far back do you allow logs?
SuM Questions.... --
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux
Yes I have a script to backup my logfiles to /dev/nul : rm -rf logs\*
Seriously , These logfiles won't get very big but there are so many of them, so the folder is getting crowded. . I cat all of them together, and tar/gzipped they take up very little space.
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

