I have a business requirement to backup the Windows Event Log files. When I use NT Backup to backup the C:\WINDOWS\System32\config folder, which seems to contain the event log files, they don't appear in the backup catelog after running the backup job. I guess the files are locked and in use, but how then do I backup the Windows Event logs?

link|improve this question

75% accept rate
feedback

3 Answers

up vote 1 down vote accepted

http://technet.microsoft.com/en-us/library/ee176696.aspx

link|improve this answer
+1 for LMGTFY =) – WesleyDavid Dec 23 '09 at 3:50
feedback

You should look into using something like Log Parser to archive your logs to a database instead of just backing them up. Jeff Atwood (The creator of this site) has a good blog article on Log Parser at:

http://www.codinghorror.com/blog/archives/000369.html

Another good tool to do this is Splunk.

You can do useful work on database archived logs (like query who logged in where and when) whereas backups of the logs on tape or disk are really only useful for ticking off some management to-do list.

link|improve this answer
feedback

You could just right click on the log and select save all events as... This exports everything in that log into a file. You can reimport the logs into event viewer to look back at them, I think Splunk and logparser can read the file directly as well.

link|improve this answer
Thanks but I needed something more automated. – saille Dec 24 '09 at 1:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.