Jump to content

Recommended Posts

Posted

Any recommendations to log changes to files on Windows systems. Basically we want something to establish a base line for certain directories, and then run as a cron job over night to compare changes to the baseline. If there are any, produce a report and email to me.

 

Thanks!

Posted
You can do this with Robocopy - you can create the baseline folder elsewhere, then use Robocopy's logging only features to compare and output to a text file telling you of any file changes. This can then be run as a Scheduled Task.
  • Thanks 1
Posted
Thanks for the suggestions. I did think of Cygwin, put I didn't want to slap that on the server. I've rolled my own with PHP which is OK but could do with something more comprehensive. We'll certainly have a look at Varonis.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...